/*reseteo
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0}*/

/*elementos*/
body{
	margin: 0px;
	padding: 0px;
	background: #666600 url(img/fondo-medlinne.jpg) repeat-x;;
	font-family: Verdana,Arial,sans-serif;
	color: #630;
	font-size : 11px;

}
a:link{
	color : #996600;
	text-decoration: none;
}
a:visited{
color : #c96;
	text-decoration: none;
}
a:hover{
color : #FFFFCC;
	text-decoration: none;
}
a:active{
color : #000000;
	text-decoration: none;
}

/*layouts##################################################################*/
#contenedor{
	margin: 0 auto auto;
	top: 0px;
	width: 700px;
	/*background: #F5F5F5 url(img/fond-contenedor.gif);*/
	padding : 0px;
	border: 0px solid #eef2f6;
	/*border : 2px solid #999900;*/
	background-repeat: repeat-y;
}

#basemaqueta{
top: 0px;
width: 700px;
/*background-color: #630;*/
padding: 0px 0px 0px 0px; 
margin : 0px 0px 0px 0px;

}

#languague{
top: 0px;
float: right;
width: 570px;
height: 20px;
background-color: #630;
padding: 0px 0px 0px 0px; 
margin : 0px 0px 0px 0px;

}
#cabezal{
top: 0px;
float: right;
width: 570px;
height: 150px;
background-color: #630;
padding: 0px 0px 0px 0px; 
margin : 0px 0px 0px 0px;

}
#contenido{
	top: 0px;
	float : right;
	width: 570px;
	/*height: auto;*/
	background: #eddb95;
	padding: 0px 0px 0px 0px; 
	margin : 0px 0px 0px 0px;
	background-image: url(img/fondocont.gif);
	background-repeat: repeat-y;
}


#izquierda{
	float : left;
	width: 130px;
	/*height: 450px;*/
	/*background-color: fuchsia;*/
	padding: 0px 0px 0px 0px; 
	margin : 0px 0px 0px 0px;
	/*border-left-width : 1px;
	border-left-color : #F2F4F5;
	border-left-style : solid;*/
	
}


#pie{ 
	width: 570px;
	height:40px;
	float: right;
	/*clear: both;*/
	text-align: center;
	padding-top: 0px;
	margin: 0;
	/*border-top: 1px solid #999933;
	line-height: 12px;*/
	background: #660 url(img/pie.gif) no-repeat top right;
}

#tabla{
	top: 0px;
	float : right;
	width: 100%;
	background: #eddb95;
	margin-left: 10px;
	padding-right:10px;
	/*padding: 5px;
	margin : 5px;
	height: auto;*/
	/*background-image: url(img/fondocont.gif);
	background-repeat: repeat-y;*/
	border: 1px dotted #630;
}

#tablatemp{
	top: 0px;
	float :right;
	width: 320px;
	background: #eddb95;
	margin: 10px;
	/*padding-right:10px;
	padding: 5px;
	margin : 5px;
	height: auto;*/
	/*background-image: url(img/fondocont.gif);
	background-repeat: repeat-y;*/
	border: 1px dotted #630;
}
	/*formatos de texto###############################################*/ 

H1 {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : xx-large;
	font-weight : bold;
	font-style : normal;
	font-stretch: ultra-condensed;
	margin-left : 10px;
	margin-right : 0px;
	color : #996600;
	border-bottom-style: dotted;
	border-bottom-width:1px;
	}
	H2 {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
	font-style : normal;
	font-stretch: ultra-condensed;
	margin-left : 10px;
	margin-right : 0px;
	color : #996600;
	border-bottom-style: dotted;
	border-bottom-width:1px
	}

H3 {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
	font-style : normal;
	font-stretch: ultra-condensed;
	margin-left : 10px;
	margin-right : 0px;
	color : #996600;
}

H4 {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	font-style : normal;
	font-stretch: ultra-condensed;
	margin-left : 10px;
	margin-right : 0px;
	color : #996600;

	}

H5 {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	font-style : normal;
	font-stretch: ultra-condensed;
	margin-left : 10px;
	margin-right : 0px;
	color : #996600;

	}

ul{
 list-style: square outside url(img/ico-bullet.gif);
 list-style : absolute middle;
 azimuth : left;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

	
.texto{
	font-family: Verdana,Arial,sans-serif;
	color: #996600 ;
	font-size : 11px;
	line-height : 15px;
	/*text-indent : 2px;
	text-align: justify;*/
	padding-left : 10px;
	padding-right : 3px;
	
}
.texto a:link{
	color : #996600 ;
	text-decoration: none;
}
.texto a:visited{
	color : #CC9900 ;
	text-decoration: none;
}
.texto a:hover{
	color : #fc6;
	text-decoration: none;
}
.texto a:active{
	color : #fc6;
	text-decoration: none;
}	

.subtituloprod {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	font-style : normal;
	font-stretch: normal;
	margin-left : 0px;
	margin-right : 0px;
	color : #996600;
	}

.subtituloprecio {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	font-style : normal;
	font-stretch: normal;
	margin-left : 0px;
	margin-right : 0px;
	color : #f63;
	}

.subtituloprecio a:link{
	color : #f63 ;
	text-decoration: none;
}
.subtituloprecio a:visited{
	color : #CC9900 ;
	text-decoration: none;
}
.subtituloprecio a:hover{
	color : #fc6;
	text-decoration: none;
}
.subtituloprecio a:active{
	color : #fc6;
	text-decoration: none;
}	

.breadcrumbs{
	font-family: Verdana,Arial,sans-serif;
	color: #666666;
	font-size : 11px;
	line-height : 11px;
	text-indent : 0px;
	padding-left : 10px;
	padding-right : 5px;
	padding-bottom : 5px;
	padding-top : 5px;
	/*border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color: #c63;
	margin-right: 0px;*/
}
.breadcrumbs a:link{
	color : #666666;
	text-decoration: none;
}
.breadcrumbs a:visited{
	color : #c96;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color : #eddb95;
	text-decoration: none;
}
.textizquierda {
	font-family : Times New Roman, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	/*font-style : italic;*/
	font-stretch: extra-condensed;
	/*margin-left : 10px;*/
	margin-right : 0px;
	padding-left: 10px;
	color : #996600;
}

.form{
	font-family: Verdana,Arial,sans-serif;
	color: #c63;
	font-size : 12px;
	line-height : 9px;
	text-indent : 0px;
	padding-left : 2px;
	padding-right : 2px;
	background-color: #fff;
	border-bottom: 1px solid #f93;
	border-top: 1px solid #f93;
	border-left: 1px solid #f93;
	border-right: 1px solid #f93;
}
.form a:link{
	color : #c63;
	text-decoration: none;
}
.form a:visited{
	color : #c96;
	text-decoration: none;
}
.form a:hover{
	color : #ff3;
	text-decoration: none;
	background-color: #fff;
}
.form a:active{
	color : #ff3;
	text-decoration: none;
}

.serv-pietexto{
	font-family: Verdana,Arial,sans-serif;
	color: #666666;
	font-size : 11px;
	line-height : 11px;
	text-indent : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	padding-top : 5px;
	border-top-style: dotted;
	border-top-width:1px;
	border-top-color: #c93;
}
.serv-pietexto a:link{
	color : #666666;
	text-decoration: none;
}
.serv-pietexto a:visited{
	color : #959553;
	text-decoration: none;
}
.serv-pietexto a:hover{
	color : #e5d7a6;
	text-decoration: none;
}

.pietexto{
	font-family: Verdana,Arial,sans-serif;
	color: #FFFFFF ;
	font-size : 11px;
	/*text-align: justify;*/
	/*padding-left : 10px;*/
	/*padding-right : 3px;*/
	
}
.pietexto a:link{
	color : #CC9900 ;
	text-decoration: none;
}
.pietexto a:visited{
	color : #CC9900 ;
	text-decoration: none;
}
.pietexto a:hover{
	color : #fc6;
	text-decoration: none;
}
.pietexto a:active{
	color : #fc6;
	text-decoration: none;
}	
