/********************************************************

	Hoja de estilos; formateo de estilos del navegador
	Autor: Carlos Mayora  //  www.carlosmayora.com

********************************************************/

/* =Import
------------------------------------------------------- */

/* Eliminamos los estilos por defecto del navegador */
@import url(reset.css);

/* Importamos los estilos de composición */
@import url(composicion.css);

/* Importamos los estilos de multibox */
@import url(multibox.css);

h1, h2, h3, h4, h5, h6, h7{
	margin: 0px;
}
h1{
	margin-bottom: 20px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2{
	margin-bottom: 10px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3{

}


h4{

}
h5{
	margin-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #cea114;
	text-transform: uppercase;
}
h6{

}

ul li{
	font-size: 12px;
}
p {
	font-size: 11px;
	line-height: 16px;
}
form {
	margin: 0px;
}


strong {
	font-weight:bold;
}
a {
	text-decoration:underline;
	color:#000000;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
	color: #666666;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #FFF;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
}
input#Enviar {
	background-color: #333;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
	width: 80px;
	}

.fdogris {
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.txt_normal {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

#submit {
	padding-right: 10px;
	padding-left: 10px;	
	}


#logo{
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 10px;
	top: 50px;
	float: left;
	margin-top: 5px;
	width: 220px;
}
#logo a{
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 220px;
}
#homeleft {
	float: left;
}
#menuhome {
	float: left;
	margin: 0px;
	padding-top: 20px;
	width: 130px;
}
#menuhome li {
	display: block;
	height: 15px;
	background-color: #373736;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menuhome a {
	color: #CCC;
	font-size: 14px;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
#menuhome a:hover {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#homeright {
	float: right;
}

/***********************************************/
#footer p {
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#menu {
	float: left;
	width: 200px;
	padding-left: 37px;
	padding-top: 10px;
}
#menu li {
	display: block;
	height: 15px;
	background-color: #373736;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 170px;
}
#menu a {
	color: #CCC;
	font-size: 14px;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
#menu a:hover {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#fotoleft{
	float: left;
	margin-right: 10px;
	width: 65px;
}
#centro{
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	width: 420px;
	padding: 10px;
}
#centro p{
	text-align: justify;
}
#fotoright{
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 220px;
}
#bloque1 {
	float: left;
	width: 50%;
}
.foto-base {
	background-color: #000;
	height: 135px;
	width: 135px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.foto-base img {
	max-height: 125px !important;
	height: 125px;
	/*max-width: 125px;*/
}
#base {
	background-color: #000;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

#mask {
	height: 125px;
	width: 125px;
	overflow: hidden;
	background-color: #373735;
	text-align: center;
	vertical-align: top;
}
#mask img {
	max-height: 125px !important;
	max-width:125px !important;
}
caption, th, td {
	vertical-align:top;
	
	}
.siguenos {
	margin-top: 20px;	
	}
.facebook {
	background-image: url(../images/icon-fb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 17px;
	padding-left: 20px;
	margin-top: 10px;
	margin-left: 5px;
	}
.twitter {
	background-image: url(../images/icon-tw.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 17px;
	padding-left: 20px;
	margin-top: 10px;
	margin-left: 5px;
	}
