@charset "utf-8";

/*##############################RESET#####################*/

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, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ol, ul, li {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
 

/* remember to define focus styles! */
:focus {
outline: 0;
}

body {
line-height: 1;
background: white;
color:#5d5e5d;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
}

ol, ul {
	list-style:none;
}

blockquote, q {
quotes: "" "";
}

/*##############################FIN DEL RESET#####################*/





/*######ESTILOS GENERALES DE LA PLANTILLA######*/


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	text-decoration:underline;
}
	
#clientes h2{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;

}

#conteiner{
	border:1px solid #666666;
	border-left:5px solid #000;
	border-right:5px solid #000;
	height:auto;
	left:50%;
	margin: 0 auto;
	padding: 0 auto;
	width:850px;
	background-image:url(../imagenes/backg.jpg);
	}

#header {
	height: auto;
	width: 850px;
	
}

#menu_sup {
	background-image: url(../imagenes/rolos.jpg);
	background-repeat: no-repeat;
	height: 82px;
	float: right;
	margin-top: 25px;
	margin-right: 15px;
	width: 570px;
}

#menu_inf {
	clear:both;
}

#cabecera{
	margin-left:50px;
	height:250px;
	clear: both;
	width: auto;

}


#logo img{
	margin-top:30px;
	}

#detail {
	background-color:#e8eff2;
	margin:0px 50px 0px 50px;
	padding:0px 10px;
	border-left:10px solid #017cbf;
	border-right:10px solid #017cbf;
	height:auto;
	color:#5d5e5d;
	text-align:justify;
	vertical-align:middle;
	line-height:30px;

}

.items{
	width:300px;
	float:left;
	margin-bottom:45px;
	margin-top:20px;
	}
	
#video{
	width:250px;
	
	}	

#clientes{
	background-color:#09C;
	height:130px;
	font-size:12px;
	color:#FFF;
	line-height:20px;
	text-align:justify;
	
	width:auto;
	padding:0px 15px 0px 15px;
	
	
	}

#content {

	clear:both;
	height:auto;
}

#logo {
	float: left;
	height: 144px;
	width: 250px;
	margin-left:15px;

}

#adress{
	text-align:center;
	margin-top:5px;
	clear:both;
	}


/*ESTILOS GRALES DEL MENU*/
.menu{
	height:30px;
	margin-top:45px;
}

.menu li a {
	color:#000;
	font-weight:bold;
	font-size:12px;
	display: block;
	width: auto;
	margin:0px 10px 0px 5px;
	text-decoration:none;
}

.border{
	border-right:2px solid #017cbf ;

}

.fotos{
	margin-left:5%;
	}

.imagen {
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
	float:right;
	border: solid 1px #666;
}


.resaltado{
	color:#017cbf;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	}

.menu ul > li {
	display: block;
    float: right;
    position: relative;
    text-align: center;
}



.menu ul li a:hover {
	 text-decoration: underline;
}
	
#content ol,ul{
	list-style:inside;
}

#content h1, h2{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	color:#017cbf;
	}

.blue{
	font-size:16px;
	line-height:50px;
	font-weight:bold;
	color:#017cbf;
	}

