/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*generic styles*/
body{
	background:url(/public/images/template/bg.jpg);
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#0E181B;
}



h1{ font-size:36px; font-style:italic; font-weight:bold; line-height:46px;}

h2{ font-size:33px; font-style:italic; font-weight:bold; line-height:43px}

h3{ font-size:30px; font-style:italic; font-weight:bold; line-height:40px;}

h4{ font-size:27px; font-style:italic; font-weight:bold; line-height:37px;}

h5{ font-size:25px; font-style:italic; font-weight:bold; line-height:35px;}

p , span , small{ line-height:22px;}

.gris_suave, a{
	color:#F3E7E7;
}

.conten_gris_claro{
	background:#585858;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #CCC;	
}

.fecha{
	background:url(/public/images/template/calendario.png) no-repeat left center;
	padding-left:18px;
}

.img_redondo{
	border:5px solid #FFF;
}

.albunes{
	width:190px;
	background-color:#585858;
	border:1px solid #CCC;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px
}

a.botones{
	text-decoration:none;
	font-weight:bold;
	color:#CCC;
	display:block;
	padding:10px;
	background:#2f2e2e;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #CCC;
}

a.botones a:hover{
	background:#585858;
}

.conten_gris_border{
	background:#585858;
	padding:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #CCC;

}

/*header*/
div#header{
	height:300px;
	margin-bottom:15px;
}

img#logo{
	margin-top:60px;
}

img#sublogo{
	position:absolute;
	top:225px;
	left:180px;
}

/*slidebar*/
div#slidebar{
	height:300px;
}

div#top_menu{
	float:right;
}

div#top_menu a{
	color:#CCC;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:10px;
	font-size:18px;
	line-height:20px;
	background:#2f2e2e;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #CCC;

}

div#top_menu a:hover{
	background:#585858;
}

div#top_menu a span{
	background: url(/public/images/template/email.png) no-repeat left center;
	padding-left:20px;
}

/*menu links*/
div#menu{
	margin-top:70px;
	margin-left:30px;
}

div#menu ul li{
	float:left;
	margin-left:10px;
}

div#menu ul li a{
	text-decoration:none;
	font-weight:bold;
	color:#CCC;
	display:block;
	padding:10px;
	background:#2f2e2e;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #CCC;
}

div#menu ul li a:hover{
	background:#585858;
}

/* img eslogan*/
div#eslogan img{
	margin-left:140px;
}

/*div video*/
div#video{
	background:#2f2e2e;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #CCC;
	padding:10px;
}

div#footer{
	margin-top:15px;
}

/*contactar*/
div#contact_conten{
	
}

div#contact_conten span,input{
	display:block;
}

div#contact_conten span{
	line-height:30px;
	font-size:25px;
}

/*fotos*/
div#conten_fotos img{
	border:3px solid #FFF;
	margin:5px;
}

/*Footer*/
div#footer ul li{
	float:right;
	display:block;
	margin-left:5px;
	line-height:25px;
}