@charset "utf-8";
/* CSS Document */
#anuncio {
	position:absolute;
	left:143px;
	top:-230px;
	cursor:pointer;
	display:none;
}
#anuncio a{
	position:absolute;
	top:0;
	left:308px;
	display:block;
	padding:5px 7px;
	background:#000;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;

}
#anuncio a:hover {
	background:#F00;
	color:#FFF;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(../images/repeat_fondo.jpg);
background-color:#2156B6;
background-repeat:repeat-x;
margin-top:26px;
}

#top {
width:837px;
margin:0 auto;
}


.style1 {
	color: #CC0000;
	font-weight: bold;
}


#menu {
width:799px;
display:block;
margin:0 auto;
padding:0 0 0 42px;
background-image:url(../images/menu_repeat.jpg);
background-repeat:repeat-x;
}

#cuerpo {
width:739px;
margin:0 auto;
padding: 36px 36px 0 62px;
background-color:#FFFFFF;
position:relative;
}
#footer {
width:837px;
margin:0 auto;
}
#caja_texto {
float:left;
}

#texto {
width:275px;
float: right;
padding:10px 0 0 20px;
}
#boot-camp {
width:350px;
float: right;
padding:15px 0 0 0;
margin:0;
}
#login {
width:263px;
padding:10px 0 0 57px;
}
.subtitulos {
font-size:16px;
color: #CC0000;
}
a{
text-decoration:none;
color:#000000;
}
.form{
width:142px;}

