/* CSS Document */


/* Generales del documento */

body{
	background-color: #000000;
	color: #000000;
	margin: 0;
	text-align: center;
	font-size: 100%;
	overflow: -moz-scrollbars-vertical;
}

body, html{
	height: 100%;
	width: 100%;
}

body, input, textarea, select, optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

input, textarea, select, optgroup, table, tr, th, td  {
	font-size: 100%;
}

p, ul, ol, li, dl, dt, dd, form, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 4px 0 4px 15px;
	background: #E33131 url(../images/det_h1.gif) left no-repeat;
	color: #fff;
}

h2{
	margin: 5px 0 1em 0;
	font-size: 130%;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
}

h2.no_bckg_img {
	margin: 0;
	padding-top: 15px;
	background: none;
}

p {
	line-height: 1.4em;
}

ul, ol, li, dl, dt, dd {
	list-style: none;
}

acronym, abbr {
	cursor: help;
}

a img {
	border: 0;
}

label{
	cursor: pointer;
}

.ayuda-acces {
	position: absolute;
	left: -1000px;
	width: 1px;
	font-size: 1px;
	line-height: 1%;
}

div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}


/* Contenedor */

#contenedor {
	text-align: left;
	margin: 0 auto;
	padding:0;
	width: 900px;
	font-size: 75%;
	height: auto!important; 
	height: 100%;
	position: relative;
	min-height: 100%;
}

* html #contenedor {
	height: 100%;
}

.clearall {
	clear:both;
	line-height:0.0001em;
	font-size:0.0001em;
	}



#logo_sicesal_obras {
	margin:0 0 .8em 0;
	}



.volver {
	margin-top:1.5em;
	}
.volver a {
	display:block;
	width: 86px;
	height:18px;
	background: url(../images/css-volver.gif) 0 0 no-repeat;
	text-decoration:none;
	text-align:center;
	color:#9e9e9e;
	line-height:18px;
	 }
.volver a:hover {
	color:#FF0000;
	}
	


	
/**** VENTANAS ********/


.infoObra {
	}

.fotosObra {
	float: left;
	width: 630px;
	}
.fotosObra .fotitos {
	margin-bottom:5px;
	display:none;
	}
.fotosObra .fotitos a img {
	border: 1px solid #000000;
	padding:1px;	
	}
.fotosObra .fotitos a:hover img {
	border: 1px solid #e33131;
	}
.fotosObra .fotitos a img.activo {
	border:1px solid #e33131;
	opacity:0.6;
	filter: alpha(opacity=60)
	}
.detalleTxt {
	float:left;
	width: 270px;
	color:#FFFFFF;
	}
.detalleTxt dl dt {
	color:#FF0000;
	}
.detalleTxt dl dd {
	margin-bottom:15px;
	}
.volver a {
	background: url(../images/css-volver-negro.gif) 0 0 no-repeat;
	 }
	
/****
.sinjavascript .ventanasAlertas .scroll {
	height:auto;
	}
.todoAncho .sinjavascript {
	font-size:110%;
	}
.todoAncho .sinjavascript h2 {
	color:#FF0000;
	}
.todoAncho .sinjavascript .ventanasAlertas .scroll .detalleTxt {
	font-size:100%;
	margin-top:10px;
	width:600px;
	color:#000000;
	}
.todoAncho .sinjavascript .ventanasAlertas .scroll .volver {
	display:none;
	}
*****/
	
