body {
	font-family: Helvetica, Sans-serif;
	margin: 0;
	padding: 0;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}
#ginatost {
	width: 890px;
	margin: 0 auto 0;
	padding: 0;
	font-size: 12px;
	outline: 0;
}
#cabeza {
	overflow: auto;
	margin: 5px 0 0 0;
}
#logo {
	float: left;
	width: 275px;
}
#arriba {
	float: right;
	overflow: hidden;
	width: 445px;
	margin: 25px 0px 0 0;
/* 	border-top: 5px #000000 solid; */
}
.am {
	text-align: center;
	float: left;
	margin: 5px 0px 5px 20px;
}
.am a {
	color:#333333;
	font-size:13px;
	padding: 5px 10px;
	background: #FFE5F6;
	font-weight:bold;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	border-radius: 4px;
}

.am a:hover {
    color:#333333;
    background: #CCCCCC;
}
#cuerpo {
	overflow: hidden;
}
#opciones {
	width: 200px;
	float: left;
	border-right: 5px #C0C0C0 solid;
}
#contenido {
	padding-left: 10px;
	width: 670px;
	float: right;
}
#contenido img.contact_image {
    display:block;
	margin:0 auto;
	text-align:center;
	width:24.5em;
}
.detalle {
	width: 300px;
	float: left;
	padding-right: 30px
}
.quiensoy {
	margin: 0 auto 0;
	width: 600px;
}
.fotos {
	margin: 0 auto 0;
	width: 460px;
	height: 460px;
	overflow: auto;
}
.fotos .foto {
	width: 75px;
	height: 75px;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
}
.foto a img {
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity:0.4;
}
.foto a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1;
}


#blog {
	float: right;
	width: 350px;
}
.titulo {
	margin-bottom: 5px;
	overflow:hidden;
	height: 1%;
	margin-botton:5px;
}

.titulo h2 {
    font-size: 14px;
    margin:0;
    color:#333;
    float:left;
}

.fecha {
	color: gray;
	float:right;
}
.contenido {
	margin-bottom: 5px;
}
.separador {
	text-align: center;
	margin-bottom: 15px;
}




.videos, .contacto {
	width: 670px;
	float: right;
}
.fila {
	width: 670px;
	overflow: auto;
}
.imagen {
	width: 335px;
	text-align: center;
	float: left;
}
.imagen p {
	width: 240px;
	text-align: left;
	padding-left: 20px;
}

a {
	outline: 0;
	text-decoration: none;
    color:#EC008C;
}

.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}

.videos .center {
	float:left;
	margin: 0 1.2em 1.2em 0;
}
img {
	border: 0;
}


.limg a img {
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity:0.4;
}
.limg a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1;
}

.media {
float:left;
}
