body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	
	background-image:url(../images/FONDO_WEB.jpg); 
	background-position:top center; 
	background-repeat:no-repeat; 
	background-color: #FFF;
}
img {
    border: none;
}	
#Content1 {
	width:771px;
	height: 40px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:0px dashed #333;
}
	
#Content2 {
	width:771px;
	height: 603px;
	background-image:url(../images/FONDO_CUADRO.jpg);
	background-position:top center; 
	background-repeat:no-repeat; 
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px dashed #333;
}
	
#Contentinterior1 {
	position:absolute;
	width:771px;
	height: 50px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px dashed #333;
	z-index:999;
}
	
	
#Contentinterior2 {
	width:771px;
	height: 380px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px dashed #333;
	z-index:888;
}	
	
#Contentinterior3 {
	width:771px;
	height: 175px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px dashed #333;
	z-index:777;
}	
	
#Contentinterior4 {
	width:771px;
	height: 30px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px dashed #333;
	z-index:666;
}		
#Contentinterior5 {
	width:771px;
	height: 20px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px dashed #333;
	z-index:666;
}	
	
	
   /*LISTADO */

body { 
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:12px;
    margin:0px 20px;
}
/* menu */
#menu{ 
    margin:0px;
    padding:0px;
    list-style:none;
    color:#fff;
    line-height:45px;
    display:inline-block;
    float:left;
    z-index:1000;
}
#menu a { 
    color:#fff;
    text-decoration:none;
}
#menu > li {
    background:#005f97 none repeat scroll 0 0;
    cursor:pointer;
    float:left;
    position:relative;
    padding:0px 10px;
}
#menu > li a:hover {
    color:#7fcdfe;
}
#menu .logo {
    background:transparent none repeat scroll 0% 0%;
    padding:0px;
    background-color:Transparent;
}
/* sub-menus*/
#menu ul { 
    padding:0px;
    margin:0px;
    display:block;
    display:inline;
}
#menu li ul { 
    position:absolute;
    left:-10px;
    top:0px;
    margin-top:45px;
    width:150px;
    line-height:16px;
    background-color:#005f97;
    color:#fff;
    display:none; /* for IE */ 
}
#menu li:hover ul { 
    display:block;
}
#menu li ul li{ 
    display:block;
    margin:5px 20px;
    padding: 5px 0px;
    border-top: dotted 1px white;
    list-style-type:none;
}
#menu li ul li:first-child { 
    border-top: none;
}
#menu li ul li a { 
    display:block;
color:#fff;
}
#menu li ul li a:hover { 
    color:#7FCDFE;
}
/* main submenu */
#menu #main { 
    left:0px;
    top:-20px;
    padding-top:20px;
    background-color:#7cb7e3;
    color:#fff;
    z-index:999;
}
/* search */
.searchContainer div { 
    background-color:#fff;
    display:inline;
    padding:5px;
}
.searchContainer input[type="text"] {
    border:none;
}
.searchContainer img { 
    vertical-align:middle;
}
/* corners*/
#menu .corner_inset_left { 
    position:absolute;
    top:0px;
    left:-12px;
}
#menu .corner_inset_right {
    position:absolute;
    top:0px;
    left:150px;
}
#menu .last { 
    background:transparent none repeat scroll 0% 0%;
    margin:0px;
    padding:0px;
    border:none;
    position:relative;
    border:none;
    height:0px;
}
#menu .corner_left {
    position:absolute;
    left:0px;
    top:0px;
}
#menu .corner_right {
    position:absolute;
    left:132px;
    top:0px;
}
#menu .middle { 
    position:absolute;
    left:18px;
    height: 20px;
    width: 115px;
    top:0px;
}
		
		
		   /* FIN LISTADO */
	
cohtml {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}
input[type='text'], input[type='password'], textarea,select {
    background: #fff;
    border: 1px solid #c2c2c2;
    padding: 6px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 13px;
    font-family: Arial,helvetica,sans-serif;
    color:#969595 !important;
    -webkit-box-shadow: inset 2px 2px 2px 0px #eeeeee,inset -2px -2px 2px 0px #eeeeee;
    -moz-box-shadow: inset 2px 2px 2px 0px #eeeeee,inset -2px -2px 2px 0px #eeeeee;
    box-shadow: inset 2px 2px 2px 0px #eeeeee,inset -2px -2px 2px 0px #eeeeee;
}

/* button */
a.button, input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 20px;
    font-family: 'Droid Sans',Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background: #C00;
    border: 4px double #fff
}

.errores {
	width:90%;
	list-style:inside;
    display:block;
    color: #FF0000;
}