/*
--------------------------------------------------------
Lexperts CSS screen style sheet 
Autor: Elizabeth Villalobos
Metodus: Internet Productivo
16 de Agosto, 2007
--------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #CCCC99 url(../css/bkg_content.jpg) repeat-x 0 115px;
	font: 10px/2em Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: center;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

strong.hilite{
	color: #DE6103;
	font-size: 1em;
	font-weight: bold;
}

a:link{
	color: #CC6600;
	text-decoration: underline;
}
a:hover{
	color: #FFFFCC;
	text-decoration: none;	
}
a:visited{
	color: #5C5C5C;
	text-decoration: underline;
}

.no-border {
	border: 0 !important;
}


/* Contenido Superior */
#sup {
	background: #FFF url(../css/bkg_header5.jpg) no-repeat right top;
	border-bottom: #996600 solid 2px;
	height: 145px;
	overflow: hidden;
	text-align: left;
}
	#sup h1 {
		display: none;
	}
	#sup img {
		border: none;
		width: 230px;
	}
#sup ul#nav {
	position: absolute;
	right: 5px;
	top: 90px;
}
	#sup ul#nav li {
		border-left: #FFF solid 1px;
		display: inline;
		margin-left: 5px;
		padding: 0 0 0 8px;
	}
	#sup ul#nav li a { 
		color: #FFF;
		font-weight: bold;
	}
	

/* Contenido principal */
#cont {
	margin: 12px auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 760px;
}

#cont-pri {
	border-left: #FF9933 solid 1px;
	float: right;
	padding: 25px 12px 25px 12px;
	width: 535px;
}

	#cont-pri p.breadcrumb {
		border-bottom: #7A7A7A solid 1px;
		font-size: 0.9em;
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
		#cont-pri p.breadcrumb strong {
			color: #CC3300;
			font-size: 1.1em;
			font-weight: bold;
		}
	
	#cont-pri h1 {
		color: #666600;
		font: normal 3.5em "Times New Roman", Times, serif;
		line-height: 110%;
		margin: 5px 15px 20px 15px;
	}
	
	#cont-pri h2 {
		color: #AC5600;
		font-size: 2.4em;
		line-height: 130%;
		margin: 10px 15px;
	}
	
	#cont-pri h3 {
		color: #616161;	
		font-size: 1.3em;
		margin: 20px 15px;
	}
	
	#cont-pri p {
		font-size: 1.3em;
		margin: 10px 15px;
	}
	#cont-pri ol ,
	#cont-pri ul {
		font-size: 1.2em;
		margin: 10px 15px 10px 50px;
	}
		#cont-pri ul li{
			color: #4A4A4A;
			list-style-image: url(../css/bullet.gif);
			margin-bottom: 5px;
		}
		#cont-pri ul li ul {
			font-size: 1.2em;
			margin: 10px 15px;
		}
	#cont span.smaller {
		font-size: 0.7em;
	}
	#cont span.required {
		color: #CC3300;
		font-weight: bold;
	}


#cont-seg {
	height: 320px;
	overflow: hidden;
	margin-top: 75px;
	width: 200px;
}


/* Contenido Inferior */
#inf {
	font-size: 0.9em;
	margin: 20px 0;
	text-align: center;

}
	#inf p{
		color: #7A7A7A;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	#inf a {
		color: #7A7A7A;
	}
	#inf a.idioma {
		color: #CC6600;
	}

	
	
/* Menu */
#sup ul#menu-pri {
	background: url(../css/bkg_menu.gif) repeat-x left top;
	border-top: #996600 solid 2px;
	height: 30px;
	overflow: hidden;
	position: relative;
	top: -5px;
}
	#sup ul#menu-pri li {
		border-right: #CC9900 solid 1px;
		display: inline;
		float: left;
		list-style: none;
		margin: 5px auto;
		/*padding: 0px 8px;*/
	}
	#sup ul#menu-pri li a {
		background-color: transparent;
		color: #FFF;
		display: block;
		font-weight: bold;
		font-size: 1.2em;
		margin: 0px auto;
		padding: 0px 8px;
		text-decoration: none;
	}
	#sup ul#menu-pri li a:hover,
	#sup ul#menu-pri li.active {
		background-color: #512900;
		color: #ffffff;
	}

/* Formularios */

form {
	font-size: 1.4em;
	margin: 10px auto;
	width: 530px;
}
	fieldset {
		border: none;
	}
	form div {
		border-bottom: #F2F2F2;
		margin: 12px auto;
		overflow: hidden;
	}
	form div label {
		display: block;
		color: #663333;
		font-weight: bold;
		float: left;
		margin-right: 10px;
		text-align: right;
		width: 150px;
	}
		form div label span.small {
			overflow: hidden;
			margin: 0;
			padding: 0;
		}
	form div input {
		float: left;
		height: 25px;
		margin-right: 10px;
		width: 220px;
	}
	form div select {
		margin-right: 10px;
		width: 220px;
	}
	form div select {
		width: 220px;
	}
	form div button {
		background: #DE6103;
		border-color: #DE9D5C #6D3600 #6D3600 #DE9D5C;
		border-style: solid;
		border-width: 2px;
		color: #FFFFFF;
		float: left;
		font-weight: bold;
		margin: 0 10px 0 160px;
		padding: 2px 5px;
	}
	form div span {
		color: #525252;
		display: block;
		font-size: 0.7em;
		margin-left: 5px;
	}
	form div span.required {
		clear: none;
		display: inline;
		margin-left: 0px;
	}
	form div span.warning {
		background: #FFFFCC url(../css/icon_warning.gif) no-repeat 5px 3px;
		color: #FF0000;
		font-size: 0.8em;
		font-weight: bold;
		padding-left: 25px;
		width: auto;
	}

/* Errores */

#cont div.error {
	background: #FFFFCC;
	border: #DB0404 1px solid;
	margin-bottom: 12px;
	margin-left: 15px;
	padding: 10px;
}
	#cont div.error p {
		color: #DB0404;
		font-weight: bold;
	}
	#cont div.error ul {
		color: #DB0404;
		margin: 0 0 0 40px;
	}
	#cen div.error ul li:before {
		content: "- ";
	}
	#cont div.error ul li {
		background: none;
		color: #DB0404;
		padding: 0;
	}
