html,body
{
width:100%;
height:100%;
background: #fff;
}

h1,h3
{
padding:0;
margin:0 0 5px 0;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
color:#2D2D2D;
}

h3
{
font-size:15px;
margin-top:5px;
}


h2
{
padding:0;
margin:0 0 30px 0;
font-family:Arial,Helvetica,sans-serif;
font-weight:normal;
font-size:14px;
color:#444;
}


#caja {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 500px;
    margin-top: -250px;    // 200px/2
    width: 400px;
    margin-left: -200px;    // 300px/2
	display:block;
	
	
} 
#caja2 {
    position: absolute;
    left: 50%;
    top: 0;
    height: 972px;
    margin-top: 0px;    // 200px/2
    width: 1250px;
    margin-left: -625px;    // 300px/2
	display:block;
	background: url(../imagen2.jpg) no-repeat right top;
	
}




img{
margin:auto auto;
}
strong
{
color:#2D2D2D;
}

body 
	{ 
	font-family:verdana, sans-serif;
	font-size: 12px;
    line-height: 170%;
	color: #333; 
	background: #fff url(../imgweb/fondo3.jpg) no-repeat center center;
	margin: 0;
	padding: 0;
	text-align: center;
	}


a {
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	color: #006882;
}
a:hover {
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	color: #089dcb;
}
a:active {
	color: #ddd;
}
a:visited {
	color: #ddd;
}

