@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

a{
	color:#0066CC;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


li{
	margin-bottom:10px;
}


.wrapper1{
	width:100%;
	overflow:hidden;

}


.head_bg{
	background-image:url(images/head_b.gif);
	height:250px;
	width:100%;
	text-align:center;
	
}

.head{
	margin-left:auto;
	margin-right:auto;
	width:980px;
}

.mnubar_bg{
	background-repeat:repeat-x;
	text-align:center;
	background-image: url(images/web_04.gif);
	height:90px;
}
.mnubar{
	margin-left:auto;
	margin-right:auto;
	width:980px;
}

.content, .content2{
	margin-left:auto;
	margin-right:auto;
	width:930px;
	word-spacing: 2px;
}
.content2{
	padding:10px;
	width:900px;
	
}



.mnu_right{
	float:right;
	width:302px;
}

.list{
	float:left;
	width:608px;
}

.sresumen{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	word-spacing: 2px;
}

.stitle{
	border-bottom:2px solid #E6E6E6;
	margin-bottom:10px;
	font-size:13px;
	padding-bottom:5px;
	
}

.stext{
	height:190px;
}

.sresumen img{
	 float:left;
	 margin-right:10px;
}

.foot{
	background:url(images/foot.gif); 
	background-repeat:no-repeat;
	text-align:center; 
	color:#cccccc; 
	height:80px;
	padding:8px;
	width:748px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
.foot a{
	text-decoration:none;
	font-size:14px;
	color:#CCCCCC;
}

/*==================*/

/**
 * CSS Form 
 * @author: Eliezer Benjamin Gonzales - benjamin@ispgraf.com
 * @version: 1.0
 * @date 14/11/2007 04:55:41
 * @copyright (c) 2007, ISPGRAF.SAC - http://www.ispgraf.com - All rights reserved.
 */ 

form{
	margin: 0px;
	padding: 0px;
	color:#555555;
	margin-top:5px;
	font-size:12px;

}

form hr{
	background:#E6E6E6;

}

fieldset{
	width:400px;
	/*border: 1px solid #EBEBEB;*/
	padding:5px;
	margin: 0 auto;
}


input, label, select, file,textarea{
	float:left;
	margin-bottom:1px;
} 

label{
	width: 160px;
	padding-right: 5px;
	margin-top:3px;
}


input, textarea, select, file{
	color: #00336;
	border: 1px solid #8DC7D8;
	background-color: #F0F0F0;
	margin-top: 3px;
	padding:1px;
}

input img, textarea img, select img, file img{
	margin:0;
	padding:0px;
	float:none;
}


input, textarea{
	padding-left:2px;
}

.dijitDisabled{
	background:#CCC;
}
.readonly{ 
	background:#666;
}
input.readonly:hover{
	background:#666;
} 



input:hover, textarea:hover, select:hover, 
input:focus, textarea:focus, select:focus{
	background-color: #FBFBFB;
} 

input[type="submit"], input[type="reset"], input[type="botton"]{
	cursor:pointer;
	font-weight: bold;
	background-color: #DFDFDF;
	background-image:url(../img/cms/btn.gif);
	background-position: top left;
	padding:30px;
	/*width:100px;*/
	border:1px solid #EEEEEE;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:1px;
	padding:4px;
}

/**/
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover, input[type="reset"]:focus,
nput[type="botton"]:hover, input[type="reset"]:focus{
	background-position: bottom left;
}

/*Solo IE6*/
.botton{
	cursor:pointer;
	font-weight: bold;
	background-color: #CCDFDF;
}

form .frm_element {
	width:99%;
	overflow:hidden;
	clear:both;
	margin-top:1px;
} 

.frm_element .hint{
	float:left;
	margin:0;
	padding:0;
	margin-left:5px;
}
.frm_element ul, .frm_element li{
	padding:0;
	margin:0;
	list-style:none;
	color:#F00;
	margin-bottom:5px;
}  

.frm_element ul {
	margin-left:170px;
	background:url(/img/validation_advice_bg.gif);
	background-repeat:no-repeat;
}

.frm_element li{
	margin-left:12px;
}

/*radio buttons*/
dd{
	margin:0;
}
dd label{
	float:none;	
} 

dd .personalRadio{
	float: left;	
}
/*Fin radio buttons*/

form div ul, form div ul li{
	clear:both;
	color:#FF6600;
	margin:0px;
	padding:0px;
}
form div ul{
	padding-left:40px;
}


form img{
	float:left;
	margin-top:4px;
	margin-bottom:-8px;
	margin-left:5px;
	/*cursor:help;*/
	clear:none;
}

.form_buttons input{
	float:none;
	margin-top:15px;
	clear:both;
}
.form_buttons{ 
	 text-align:center;
	 clear:both;
}



/* Success, error & notice boxes for messages and errors. */
.messages ul, .messages li{ 
	 list-style:none;
	 margin:0px;
}
.messages li{ 
	margin-bottom:5px;
}
.messages img{
 float:left;
 margin-left:-25px;
 margin-right:5px;
}

.valid{
	color:#FF0000;
	font-weight:bold;
}

