@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body{
	background-color: #cccccc;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-x;
	background-position:top;
	text-align:center;
	min-width: 760px;
}

#wrapper {
	width: 905px;
/*	background-color:#FFFFFF;*/
	margin:auto;
	text-align: left;
}

#header{
	margin-top: 20px;
	width: 905px;
	height: 115px;
}

#tit_header{
	width: 342px;
	height: 62px;
}

#header1 {
	width: 750px;
	height: 120px;
	float: left;
}

#header2 {
	width:150px;
	height: 150px;
	float: left;
}

/*		MENU HORIZONTAL			*/
#dolphincontainer {
	position:relative;
	height:56px;
	color:#E0E0E0;
	background:#143D55;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#dolphinnav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
}

#dolphinav table {
	border-collapse:collapse; 
	margin:-1px -10px 0 0; 
	padding:0; 
	width:0; 
	height:0; 
	font-size:12px;
}

#dolphinnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

#dolphinnav ul li{
	display:block;
	float:left;
	margin:0;
}

#dolphinnav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}

#dolphinnav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}

#dolphinnav ul li a:hover{
	color:#FFFFFF;
	background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;
}

#dolphinnav ul li a.top, #dolphinnav ul li a.current:hover{
	color:#FFFFFF;
	background:#1D6893 url(images/dolphin_left-ON.gif) no-repeat top left;
}

#dolphinnav ul li a.current{
	color:#FFFFFF;
	background:#1D6893 url(images/dolphin_left-ON.gif) no-repeat top left;
}

#dolphinnav li ul li a {
	color:#CCCCCC;
	font-size:10px; 
	font-weight:normal;
	height:24px;
	padding-top:10px;
}

#dolphinnav li ul li a:hover{
	color:#FFFFFF;
	background:transparent;
	height:24px;
	padding-top:10px;
	text-decoration: underline;
}

#dolphinnav li ul {	
	position:absolute; 
	top:33px; 
	left:-9999px; 
	z-index:10; 
}

#dolphinnav li ul.floatRight li {
	float:right;
}
/*		/MENU HORIZONTAL			*/


#wrapper_cuerpo_in{
	width: 903px;
	background-color: #ffffff;
	border: 1px solid #113355;
	border-bottom: 2px solid #113355;
}

#cuerpo {
	width: 880px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003399;
	text-align: justify;
	padding: 20px 10px 20px 10px;
	min-height:500px;
}


#formulario{
padding: 15px 10px 0 10px;
}
#formulario tr{
height: 30px;
}


#footer{
	width: 905px;
	height: 50px;
	background-color:#CCCCCC;
	padding-top: 15px;
	font-size: 12px;
	text-align:center;
	color: #000066;
}

/*	Plantillas de Cuerpo		*/
#cuerpo .cpo_txt1{
	width: 580px;
	float: left;
}

#cuerpo .cpo_img1{
	width: 250px;
	float: left;
	padding: 25px;
}

#cuerpo .clear{
	clear: both;
}

/*	/Plantillas de Cuerpo		*/


/*		VENTANAS MODALES			*/
#wrapper.modal{
	width: 780px;
}

#wrapper_cuerpo_in.modal{
	width: 778px;
}

#cuerpo.modal{
	width: 755px;
	min-height: 300px;
}

#cuerpo .cpo_txt1.modal{
	width: 550px;
	float: left;
	
}

#cuerpo .cpo_img1.modal{
	width: 150px;
	float: left;
	padding: 25px;
}
/*		/VENTANAS MODALES			*/