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

	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);

/* Estilos globales------------ */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f0f0f0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #2F2F2F;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/background.jpg);
}
h1, h2, h3, h4, h5, h6, h7{
	text-align: left;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	background-image: url(../images/tit_right.gif);
	background-repeat: repeat;
	background-position: right top;
	height: 42px;
	margin: 0px;
	padding-top: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
h3 {
	padding-top: 10px;
	display: block;
}
ul li{
	font-size: 11px;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin: 10px;
}

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

a:hover {
	text-decoration:underline;
	color: #CCCCCC;
}
#contenido {
	float: left;
	width: 950px;
}
#cabecera {
	padding-top: 10px;
	padding-left: 10px;
}


/*----------------contenidos--------------*/
#central{
	float: left;
	width: 780px;
	min-height:550px;
}
#central img {
	margin-bottom: 10px;
}

#titulo {
	background-image: url(../images/tit_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	padding-left: 20px;
	width: 760px; /* 545px */
}
#parrafo {
	width: 780px; /* 565px */
	min-height: 245px;
}
#parrafo p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#menu {
	float: left;
	width: 170px;
}
#menu_left {
	text-align: right;
	width: 150px;
	padding-left: 0px;
	font-family: "Century Gothic";
}
#menu_left li {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	padding-left: 10px;
}
#menu_left a {
	font-size: 12px;
	text-decoration: none;
	color: #f0f0f0;
}
#menu_left a:hover {
	color: #0099FF;
}
/*-------------------form contenidos----------------------*/
#central form {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#central legend {
		font-size:14px;
		padding:4px 0;
}
#central legend+ul {
		padding-top:15px;
		display:block;
		width:455px;
}
#central label {
	width:200px;
	display:block;
	float:left;
	font-weight:normal;
	margin-bottom: 5px;
	text-align: right;
	margin-right: 10px;
	padding-top: 3px;
	vertical-align: middle;
	line-height: 14px;
}
#central input, textarea {
	width:350px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #2B2B2B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#central input:focus, textarea:focus {
	color:#0099FF;
	background-color:#333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#central input#submit {
	width:60px;
	color:#f0f0f0;
	text-align:center;
	margin-left:506px;
	border:none;
	height: 20px;	/*height: 18px;*/
	padding-top: 1px;
	padding-bottom: 3px;
	background-color: #2B2B2B;
}
#central input#submit:focus {
	border:none;
	color:#FFFFFF;
	background-color:#7a7856 ;
}

/* =pie
------------------------------------------------------------------ */
#pie{
	text-align: left;
	/*width: 960px;*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 760px;
	height: 12px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
}
#copy {
	width: 760px;
	/*width: 550px;*/
	font-size: 10px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: center;
}

.LDMSoluciones {
	color: #009AFB;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

.PieFoto {
	color: #009AFB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
}