@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a{
	color:#FFF;
	text-decoration:none;}

#fondo{
    background-color:#206582;
    width:100%;
    margin:auto;
    max-width:1200px;
    height:968px;}

#imagenfondo3{
    background-image:url(../img/background3.jpg);
    width:940px;
    height:921px;
    margin:auto;
    background-repeat:no-repeat;
    float:none;}

#imagenfondo2{
    background-image:url(../img/background2.jpg);
    width:940px;
    height:1024px;
    margin:auto;
    background-repeat:no-repeat;
    float:none;}
	
#imagenfondo{
    background-image:url(../img/background.jpg);
    width:940px;
    height:921px;
    margin:auto;
    background-repeat:no-repeat;
    float:none;}

#margen_izq{
    width: 83px;
    height: 921px;
    float: left;
    margin:auto;}

#logoshoa{
    background-image:url(../img/logo_shoa_linea.png);
    width:300px;
	height:300px;
    background-repeat:no-repeat;
    float:none;
	position:absolute;
	margin-top:700px;
	margin-left:720px;
	*margin-top:500px;
	*margin-left:60px;
	overflow:hidden;
    opacity:0.4;
    filter:alpha(opacity=40);
	z-index:1;}

.espacio1{ 
    width:784px;
    height:15px;
    float:left;}

.espacio1c{ 
    width:784px;
    height:35px;
    float:left;}

.espacio1e{ 
    width:784px;
    height:90px;
    float:left;}
	
.espacio2{
    width:200px; 
    height:7px;
    float:left;}

#zona_trabajo{
    float:left;
    width:800px;
	overflow:hidden;}
	
.icono_web{
	
	background-image:url(../img/flecha_cuadros.png);
	height:120px;
	width:28px;
	background-repeat:no-repeat;
	}

img{ /* etiqueta del html*/ 
    max-height:100%;}

body{ 
    background-color:#206582;} /* con este body backgroud cubrimos todo espacio blanco que puedan aparecer en los navegadores*/
