/*ESTILOS COMUNES------------------------------------------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	margin:10px;
	color:#4B4B4B;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 70%;
	background-color: #333333;
	background-image: url(../ima/bgd.jpg);
	background-repeat: no-repeat;
	}
	
html { height: 100%;  margin-bottom: 1px;}

img {border:0px;}


p {
	line-height:19px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}


input {
	width:180px;
	background:url(../images/input.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:7px 10px;
	margin:5px;
	color:#777;
}
textarea {
	width:350px;
	height:105px;
	background:url(../images/textarea.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:10px;
	margin:5px;
	color:#777;
}

input[type=submit] {
	 cursor:pointer;
	 background:#ff9900;
	 color:#fff;
	 font-weight:bold;
	 width:182px;
	 height:33px;
	 padding:7px 10px;
	 background:url(../images/submit.jpg) top no-repeat;
}

blockquote {
	font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	padding-left: 23px;
	text-indent: -18px;
	color:#888;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-image: url(gfx/close-quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 600px;
}

blockquote:first-letter {
	padding-top: 5px;
	padding-left: 20px;
	background-image: url(gfx/open-quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


table {
	width:100%;
	padding:5px;
}

td {
	background:#eee;
	padding:4px;
	text-align:center;
	background:url(../images/td.jpg) top repeat-x;
}



h2 {
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.clear {display:block; clear:both; height:0px; font-size:1px}



/*HEADER------------------------------------------------------------------------------------------------------------*/

.header {
	background: #000;
	cursor: pointer;
}
.header:hover{
	background-color:#666;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h1 a:hover {
	color:#000;
}



#header h1 {
	text-align:center;
	font-style:italic;
	color:#232323;
	margin-top:50px;
	letter-spacing:-1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;
}

#header h2 {
	color:#bbb;
	margin:10px 0 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#header img {
	float:left;
	margin-bottom: 90px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}



/*ACORDIAN------------------------------------------------------------------------------------------------------------*/

#accordian{
	z-index:2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.accordion_headings{
	padding:7px 10px;
	color:#DADADA;
	margin-top:2px;
	cursor:pointer;
	letter-spacing:1px;
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	font-size: 170%;
	background-position: top;
	background-color: #212121;
	font-style: italic;
}

.accordion_headings:hover{
	background-repeat: repeat;
	background-position: top;
	background-color: #000000;
}

.header_highlight{
	background-color: #000;
}
.accordion_child{
	padding:20px 30px;
	background:#fafafa;
	border:5px solid #DDDDDD;
}

.accordion_child h4 {
	color:#474747;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	padding-top: 13px;
}

.accordion_child h3 {
	color:#474747;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	margin-bottom: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

.accordion_child h2 {
	clear:both;
	color:#474747;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

.accordion_child h1 {
	text-align:left;
	font-style:italic;
	color:#232323;
	margin-top:10px;
	letter-spacing:-1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;
	margin-bottom: 10px;

}

.accordion_child a {
	color:#00AEDC;
	text-decoration: none;
}

.accordion_child a:hover {
	text-decoration:underline;
	color:#009DC9;
}

.accordion_child ul.links li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	background-image: url(gfx/link.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.accordion_child ul {
	margin-right: 35px;
	margin-bottom: 25px;
	width: 200px;
	float: left;
	padding-top: 4px;
	line-height: 19px;
}

.accordion_child ul li {
	list-style:none;
	background-image: url(gfx/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 5px;
}

.accordion_child img {
	float:left;
	padding:5px;
	border:1px solid #D1D1D1;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #fff;
	
}



.boton:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: crosshair;	
}






.caja {
	padding:5px;
	background:#fff;
	border:1px solid #eee;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 20px;
	margin-left: 0px;
}



.volver{
	background-image: url(gfx/flecha.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	letter-spacing:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
}




/*FOOTER------------------------------------------------------------------------------------------------------------*/
#footer {
	color:#999999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #464646;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding-bottom: 40px;
	height: 50px;
}

#footer a {
	color:#aaa;
	text-decoration:none;
	font-weight:bold;
}

#footer .validate {
	float:right;
	margin-bottom: 30px;
}
