/* ---------------- cajas para la pagina inicial de Carmen -----------*/
#contenedor {
	width: 270px;
	border-left: 7px solid Black;
	border-right: 7px solid Black;
/*	background-color: Black; */
    padding: 0;
	text-align: center;
	color: #F1DBFD;
	text-align: center;
	height: 100%;
	position: absolute; 
	top: 0; left:500px
}
#cajabase1 {
	width: 270px;
	text-align: right;
	position:relative;
    height:25pt; 
	background-color: #F1DBFD;
}
#cajabase2 {
	width: 270px;
	text-align: right;
	position:relative;  
	height:50pt; 
	background-color: #CC00FF;
}
#cajabase3 {
	width: 270px;
	text-align: right;
	position:relative; 
	height:360px; 
	background-color: #000;
		/* float:left; */
}
#cajabase4 {
	width: 100px;
	position:relative;
	height:40px; 
	background-color: #000; 
	float:left; 
	text-align: left; 
}
#cajabase5 {
	width: 170px;
	position:relative;
	height:40px; 
	background-color: #000; 
	float: right; 
	text-align: right; 
}
#cajabase6 {
	width: 270px;
	text-align: right;
	/* position:relative; */
	height:100px; 
	background-color: #0099FF; 
	float:none; 
}
#cajabase7 {
	width: 270px;
	text-align: center;
	position:relative;
	height:100px; 
	background-color: #66CCCC;
}

#novedad {
	width: 250px;
	height: 335px; 
	font-family: Georgia, Times New Roman;
	font-size: 1.2em;
	color: #560097;
	background-color: White;
	border-style: solid;
	border-width: 1;
	text-align: center;
	position: absolute; left: 100px; top: 100px;
}
#novedad a{
	color: #560000;
}
/* ---------------- textos -------------------------------------------*/
body {
	font-family: Georgia, Times New Roman;
	text-align: center;
	top: 0pt;
}

.texto1 {
	font-size: 0.8em;
}
.texto1b {
	font-size: 0.8em;
	font-weight: bold;
}
.texto2 {
	font-size: 1em;
}
.texto2b {
	font-size: 1em;
	font-weight: bold;
}
.nombre {
	font-size: 1.5em;
	font-weight: bold;
	color: Purple;
}
.apellido {
	font-size: 1.5em;
	font-weight: bold;
	color: #A60053;
}
a:hover{
	text-decoration:none;
	color: Gray;
} 
a{
	text-decoration:none;
	color: #FFF8DC;
} 
