html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
        background: transparent;
	
}
body {
	line-height: 1;
}


/****************************************************************************************/

html {
	height: 100%;
	min-height: 100%;
}


body {
	height: 100%;
	min-height: 100%;
	background: #FFFFFF url(images/fondo.jpg) top left  repeat-x fixed;
	
}
div{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:justify;
	margin-top:0px;
	line-height:1.3;
	
	}


/************************************** ESTRUCTURA ***************************************************/

.contenedor_ext {
    background:#FFFFFF;
    width:1024px;
	height: 100%;
	min-height:100%;
	height: auto !important;
	margin: auto;
	margin-top:5px;
			
	}

.cabecera {
	background: url(images/cabecera.jpg) no-repeat top left; 
	border-width: 0px 1px 1px 1px;
	height: 150px;
	min-height:122px;
	padding-top: 0px;
	position:relative; 
	width:1024px;
	margin:auto;
}

.menu {
	background: url(images/barra.jpg) repeat-x;
	width:1024px;
	margin:auto;
	float: left;	
	margin: 0;
	min-height: 37px;
	height:37px;
	list-style: none;
	padding-top: 8px;;
	display:inline;
}
.menu li {
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding: 0;
	color: #357b83;
	font-weight:bold;
	display:inline;
}
.menu a {
	background: url("images/seperator.gif") bottom right no-repeat;
	color: #357b83;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
.menu a:hover {
	background: #3e8e97 url("images/hover.jpg") bottom center no-repeat;
	color: #fff;
	padding-bottom: px;}


.cuerpo {    
    background:#ffffff;
    height: 100%;
		height: auto !important;
		min-height:100%;
		padding-top:20px;
		padding-left:30px;
                float:left;
		background:#FFFFFF;
		vertical-align:top;
		width:745px;
	/* 	margin:auto; */ 				
		    }
			
			
.der {
	background:#FFFFFF;
        float:left;
	width:230px;	
	height:100%;
        min-height:100%;
        height: auto !important;
	padding-top:20px;
	padding-right:10px;
	margin:auto;
}
	
			
.acceso{
	border-width: 0px 1px 1px 1px;
	height: 107px;
	padding-top: 0px;
	padding-left: 715px;
	position: relative;
	margin-top:5px;
}


						

	

.cuerpo_interior {
	
	background-color: #FFFFFF;
	min-height: 100%;
	padding-left: 180px;
	padding-right:0px;
	padding-top:5px;
	height: auto!important;
	height: 100%;
	margin-top:22px;
	
	
}

.lateral {
	
	background-color: #FFFFFF;
	min-height: 100%;
	margin-left: 700px;
	
	padding-top:5px;
	height: auto!important;
	height: 100%;
	vertical-align:top;
	width:100px;	
	
}







/************************************** ESTILOS GENERALES ***************************************/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:justify;
	line-height:1.5;
	margin-top:0px;
	
}
.textnegro{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
	
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5497a0;
	text-decoration:none;
        font-weight:bold;
}

.link-cabecera:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#91ced0;	
	text-decoration:none;
        font-weight:bold;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:justify;
	line-height:1.3;
	margin-top:0px;
	
}

