body {
	background: #FFFFFF;
	margin:0;
	font-family: Arial;
	text-align: center;
	color: #6E6B6B;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2 {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;	
	font-size: 15px;
	letter-spacing: -1px;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	background-position: 20px 5px;
	color: dd127b;
}

h3 {
	
	width: 360px;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0px;
}


form {
	padding:0;
	margin:0;
}

em {
	color: #dd127b;
	
}

/*label {
	width: 150px;
	display: block;
	float:left;
	font-weight: bold;
}*/

p {
	font-size: 11px;
	margin: 8px 0px;	
}

a {
	text-decoration: none;
	color: #aa0945;
}

li {

  margin-bottom: 8px;

}

#main {
	text-align: center;
	width: 80%; /* DEL ANCHO DE LA PANTALLA*/
}

#head {
	width: 100%; /* DEL MAIN */
	height: 118px;
	text-align:center;
}

#menu {
	text-align: center;
	margin:0px;
	vertical-align:top;
}

#submenu a {
	color: #888888;
	text-decoration: none;
	font-size: 10px;
	margin:0px 5px;
	letter-spacing: -1px;
	text-transform:uppercase;
}

#admin {
	color: #888888;
	text-decoration: none;
	font-size: 10px;
	margin:0px 24px;
	letter-spacing: -1px;
	text-transform:uppercase;
	float:right;
}

.link {
	color: #888888;
	text-decoration: none;
	letter-spacing: -1px;
	text-transform:uppercase;
}

.item a {
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
	color: #9E9E9E;
	font-size: 12px;
	margin: 0px;
	padding: 2px 9px;
}
/*
.item {
	height: 26px;
	background: url(images/menu_boton_left.gif) no-repeat;
	
	padding: 1px 0px 3px 0px;
	margin-right: 3px;
}
.item span {
	background: url(images/menu_boton_right.gif) top right no-repeat;
	margin: 0px;
	padding: 1px;
}
*/
.item {
	height: 20px;
	background: url(images/menu_boton_left.gif) no-repeat top left;
	padding: 2px 0px 2px 0px;
}
.item span {
	background: url(images/menu_boton_right.gif) top right no-repeat;
	margin: 0px;
	padding: 3px;
}

.item a {
	
	
}

.selected {
	color: #DD137B;
}

.item .selected {
		background-image: none;
		padding: 0;
		margin: 0;
}

#topbar {
	border-color: #D2D2D2;
	border-style: solid;
	border-width: 1px;
	margin: 8px 0px;
	padding: 2px 8px;
	font-size: 11px;
	width: 95%;
	text-align:left;
}

#topbar a {
	color: #dd127b;
	text-decoration: none;
}

.hr {
	width: 95%;
	background: #DB0774 url(images/hr_left.gif) top left no-repeat;
	height: 4px;
	font-size: 3px;
	margin: 5px 0px 2px 0px;
}

.hr div {
	background: url(images/hr_right.gif) top right no-repeat;
}

#suscribite {
	margin: 0px;
	padding: 0px 5px;
	background-color: d0d0d0;
	color: #FFFFFF;
	font-weight: bold;
}


#fecha {
	float: right;
}

#cuerpo {
	text-align: justify;
	font-size: 12px;
	/* background-color: #FFAAAA;   /**********************************/
	vertical-align: top;
	padding: 12px;
}

#centro {
	height: 300px;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.edit {
	margin: 2px 8px;
}

#l1 {
	background: url(images/l2.gif) repeat-y;
	vertical-align: top;
	width: 128px;
}


#r1 {
	background: url(images/r2.gif) repeat-y;
	vertical-align: top;
	width: 120px;
}


#l2 {
	background: url(images/l2.gif) repeat-y;
	vertical-align: bottom;
}


#r2 {
	background: url(images/r2.gif) repeat-y;
	vertical-align: bottom;
}

#login {
	text-align:left;
	float: left;
	background-color: #FFFFFF;
	padding: 20px;	
	top: 55px;
}

#login label {
	width: 50px;
	display: inline-table;
}

#login input {
	font-size: 9px;
	margin: 3px;
}

#login a {
	font-size: 10px;
	color: #888888;
}

label {
	display: inline-table;
	width: 100px;
}

.foto{
	width:165px;
	height: 185px;
	background-color: #EEEEEE;
	margin: 5px;
	float:left;
}

.foto img {
	width:145px;
	margin: 10px;
}

#cuerpo table {
	width: 90%;
	font-size: 11px;
}



