﻿@import url(../basico.css);
@import url(../chromestyle.css);

body 
{
	background:url(../../imagenes/perfil/fondo.gif) repeat-y 0;
}
div#lema_perfil
{
	width:290px;
	float:left;
}
div#lema_perfil h1
{
	background:url(../../imagenes/perfil/lema_perfil.gif) no-repeat top;
	width:257px;
	height:70px;
	margin:50px auto;	
	margin-bottom:55px;
}
div#lema_perfil h2
{
	background:url(../../imagenes/perfil/imagen_perfil.jpg) no-repeat top;
	width:290px;
	height:240px;
	margin:0 auto;
	
}
div#cuerpo_contenido a
{
	color:#000000;
	font-family:Trebuchet MS;
	font-size:12px;		
	
}
div#cuerpo_contenido h1
{
	color:#F4B800;
	font-family:Trebuchet MS;
	font-size:14px;
	font-style:italic;
	padding-left:15px;
	margin:0;
	margin-bottom:10px;
}
div#cuerpo_contenido p
{
	margin:0;
	margin-bottom:15px;
	padding:0;
	padding-left:15px;	
	color:#666666;
	font-size:12px;
	font-family:Trebuchet MS;
}
div#pie
{
	/*padding-top:25px;*/
}
