/* - - - Custom Theme - - - */

/* Logo */
h1 a {
	background-image:url('../images/logo.jpg'); 
	min-height:0;
	height:75px;
}
* html h1 a {/* IE6 png SOPORTE */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/logo.png", sizingMethod="crop");
}

/* FONDOS */
body{
	background-image:none;
	background-color:#193441;
}
h1{
	background-image:none;
	background-color:#3e606f;
}
#container, body.embed{
	background-color:#fcfff5;
}
.plantilla input.text, .plantilla textarea.textarea{
	background:#FFFFFF url(../images/fieldbg.gif) repeat-x top;
}
.plantilla .focused{
	background-color:#d1dbbd;
}
.plantilla .instruct{
	background-color:#91aa9d;
}

/* BORDES */
#container{
	border:0 solid #cccccc;
}
.plantilla .info{
	border-bottom:1px dotted #CCCCCC;
}
.plantilla .section{
	border-top:1px dotted #CCCCCC;
}
.plantilla input.text, .plantilla textarea.textarea{
	border:;
}
.plantilla .instruct{
	border:0 solid #e6e6e6;
}

/* TIPOGRAFIA */
.plantilla .info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
.plantilla .info p{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.plantilla .section h3{
	font-size:110%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}	
.plantilla .section p{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}	
.plantilla label.desc{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.plantilla li div, .plantilla li span, .plantilla li div label, .plantilla li span label{
	font-family:inherit;
	color:#333333;
}
.plantilla label.choice{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.plantilla input.text, .plantilla textarea.textarea, .plantilla select.select{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.plantilla .instruct{
	font-size:80%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#ffffff;
}
.plantilla li.altInstruct .instruct, .plantilla li.leftHalf .instruct, .plantilla li.rightHalf .instruct{
	color:#333333;
}
.plantilla input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}

.plantilla li.focused label.desc{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}
.plantilla li.focused label.desc{
	color:;
}
.plantilla li.focused div, .plantilla li.focused span, .plantilla li.focused div label, .plantilla li.focused span label{
	font-family:;
	color:;
}

/* SOMBREADO */
#top, #bottom{
	visibility:visible;
}