body {
	
	background-color:#FFF;
	/*background-image:url(http://www.graphicinside.es/images/Kris.jpg);*/
	background-repeat:no-repeat;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	font-family:"verdana";
font-size:10px;
color: #223d17;
margin:10px;
text-align:left;
}
.centrado {
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	text-align: center; /* esto anula text-align: center en el elemento body. */
}


.sidetext {
	border-left: 1px dashed #223d17;
	float:right;
	width:100px;
	text-align:justify;
	}

#contenedor 
{
	
	text-align: center;
	z-index:2;
	background-color:#FFF;
	padding:0px;
	margin: 0 auto;
	width:600px;
	height:auto;
}
#contenido 
{
	top:0px;
	text-align: center;
	position:relative;
	width:600px;
	height:auto;
	z-index:2;
	/*background-color:#adc134;*/
	border-left: 1px solid #a5425c;
	border-right: 1px solid #a5425c;
	border-bottom:1px dashed #223d17;
	margin: 0 auto;
	

}
p.texto4
{
font-family:"verdana";
font-size:10px;
color: #223d17;
margin:0px;
text-align:justify;
}


h1 
{
	color:#a5425c;
	text-align:left;
	font-family: Verdana;
	font-size: 12px;
	margin:0px;
}

hr
{
background-color:#a5425c;
height:1px;
border:0px;
clear:both;
}

#logo 
{
	/*border: 2px solid #90a030;*/
	position:inherit;
	text-align: left;
	background-color:#FFF;
	width:723px;
	height:137px;
	z-index:2;
	padding:0px;
	
}




#video01
{
	position:relative;
	width:512px;
	height:151px;
	z-index:2;
	padding:0px;
	border: 0px solid #a5425c;
	margin: 0 auto;
}

.video02
{
	position:relative;
	width:512px;
	height:auto;
	z-index:2;
	padding:0px;
	border: 0px solid #a5425c;
	margin: 0 auto;
}







/* ---<embed src="reel/reel-desktop.m4v" autostart="true" loop="true" height="223" width="707"--- */



#sociotrans {
	position:absolute;
	left:355px;
	top:60px;
	width:290px;
	height:480px;
	z-index:2;
	border: solid 1px #8db4c2;
	padding:10px;
	background-color:#FFF;
	opacity:0.6;filter:alpha(opacity=60);
}






/*
	Theme Name: Genova
	Theme URI: http://flipthemes.de
	Description: Genova - Because less is more
	Author: Flipthemes
	Version: 2.0
	Tags: jQuery, nivo slider, css3, html valid, multi level menu, liquid layout, photography, designer portfolio, gallery, showcase, blog, minimal, minimalistic, design, simple, rich, content centered, focused, reduced, flexible
*/


/*
Colores:
ROSA CLARITO #f3aebc
ROSA CLARO #e0899e
ROSA #a5425c
ROSA OSCURO #6b1d35
VERDE CLARITO #b2ce40
VERDE CLARO #b2ce40
VERDE OSCURO #233519
VERDE MUY OSCURO #101f08
*/




/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
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; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* General Tags */
body { font: 9pt "Helvetica", Arial, sans-serif; text-align: center; background: #fff; color: #000; }
h1 { height: 44px; padding: 0px 0 0 0px; font-size: 120%; font-weight: bold; color: #223d17;
	background: url(images/cyan/header-bg.png) repeat-x 0 0;
	-moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -khtml-border-topright-radius: 0px;	
	-moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -khtml-border-topleft-radius: 0px; }
h1.catsntags { height: auto; margin-bottom: 15px; font-size: 100%; color: #000; border-bottom: 1px solid #e8e9e9; padding: 9px 0; background: none !important; }
h2 { margin-bottom: 10px; font-size: 180%; color: #000; border-bottom: 1px solid #e8e9e9; padding: 5px 0; }
h3 { margin-bottom: 5px; font-size: 130%; }
p { font-size: 110%; line-height: 1.5; }
p, ol, ul { margin-bottom: 15px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
ol { list-style-type: decimal; }

/* Tables */
table { width: 100%; margin: 10px 0; border-top: 1px solid #eaeaea; }
table tr { border-bottom: 1px solid #eaeaea; background-color: #fff; }
table tr td, table tr th { padding: 3px 5px; }
table .odd { background-color: #fafafa; }

/* Links */
a, a:visited { color: #101f08; text-decoration: none; }
a:hover { text-decoration: underline; color: #6b1d35; }
a:active { position: relative; top: 1px; }

blockquote { margin: 5px 0 5px 20px; }
blockquote, q { font-style: italic; }
cite { font-weight: bold; }

/* Forms */
form { overflow: hidden; }
.field { float: left; width: 50%; }
input, textarea { margin: 0 15px; }
label { display: block; margin: 10px 15px 5px 15px; font-weight: bold; }
input { width: 86%; height: 28px; padding: 2px 5px; background: url(images/input-bg.png) repeat-x 0 0; }
textarea { width: 93%; height: 180px; background: #fff url(images/textarea-bg.png) repeat-x 0 0; padding: 5px; }
input, textarea { color: #000; border: 1px solid #e4e4e4; border-top-color: #1c1818; font: 110% "Helvetica", Arial, sans-serif; }
input[type="submit"] { width: auto; height: auto; font: bold 110% "Helvetica", Arial, sans-serif; padding: 6px 10px; *padding: 5px 2px; margin: 0; text-transform: uppercase; cursor: pointer; }
input[type="submit"]:hover { color: #000; }
.textarea { float: left; width: 100%; }
.button { float: right; text-align: right; margin: 20px 7px 0 0; }
.wpcf7-response-output { float: left; width: 80%; margin: 30px 0 0 20px; color: #939393; }
.wpcf7-response-output.wpcf7-validation-errors { color: #e00000; border: none !important; }
.wpcf7-response-output.wpcf7-mail-sent-ok { border: none !important; }
.wpcf7-not-valid-tip { top: -3px !important; left: 20px !important; border: none !important; background: transparent !important; color: #e00000; }

/* Info-area in blog-enties */
.info, .portfolio h3, .portfolio p { position: relative; z-index: 200; padding: 0 15px; overflow: hidden;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff',endColorstr='#eeeeee'); }
.info .inner { display: block; padding: 8px 0; overflow: hidden; }
.info a { color: #000 !important; text-decoration: none; padding: 0 3px; }
.info a:hover { background-color: #fff; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.info span { display: block; width: 24px; height: 24px; background: url(images/sprite.png) no-repeat 0 0; }
.info .date span { padding-left: 3px; background-position: -32px -2px; }
.info .comments span { background-position: -32px -24px; }
.info .tags span { background-position: -32px -48px; }
.info span.title { width: auto; height: auto; background: none; margin: -20px 5px 0 30px; }
.header { position: relative; background-color: #f6f6f6; margin-bottom: 20px; }
.header .shadow { background: url(images/header-gradient.png) repeat-x 0 43px; }
.header .top-shadow { position: relative; z-index: 250; padding-bottom: 15px; margin-bottom: -15px; background-position: 0 59px; }
.header .inner-shadow { position: absolute; height: 0; z-index: 200; top: 59px; width: 100%; overflow: hidden; *background-position: 0 40px; }
.header .info { margin-bottom: 19px; }
.header .inner { display: inline-block; }
.header .blog { padding: 15px; }

/* Image-area in blog-entries */
.img { position: relative; z-index: 100; background: url(images/loader.gif) no-repeat center center; overflow: hidden; }
dfn { display: block; margin: 13px 15px 16px 15px; font-style: normal; line-height: 1.5; }
dfn strong { display: block; width: 100%; margin-bottom: 5px; font-size: 130%; }

/* Images in content */
.img-left, .alignleft { display: block; float: left; margin: 6px 10px 0 0; }
.img-right, .alignright { display: block; float: right; margin: 6px 0 0 10px; }
.img-left img, .img-right img { visibility: hidden; }

/* Two columns in content-area */
.two-col { margin: 0 -30px 15px 15px; padding-top: 10px; overflow: hidden; }
.left-col { float: left; width: 45.5%; margin-right: 3%; }
.header .two-col { margin-top: 0; }

/* the portfolio-page */
.portfolio { position: relative; width: 100%; height: 364px; margin: 10px 0 20px 0; overflow: hidden; border: 1px solid #f1f1f1; border-bottom-color: #c9c9c9; }
.portfolio .shadow { position: relative; z-index: 200; background: url(images/header-gradient.png) repeat-x 0 bottom; padding-bottom: 19px; margin-bottom: -19px; }
.portfolio .info-shadow { position: absolute; width: 100%; z-index: 180; padding-bottom: 0; height: 0; overflow: hidden; }
.portfolio h3, .portfolio p { padding: 10px 15px; margin: 0; }
.portfolio p { color: #666; font-size: 100%; height: 70px; }
.portfolio a { position: absolute; top: 1px; }
.portfolio p a { position: static; }
.portfolio .overlay { display: block; }

/* General ids and classes */
.overlay { position: absolute; top: 0; left: 0; z-index: 150; width: 100%; background: #000; height: 100%; }
#center-page { position: relative; min-width: 700px; max-width: 960px; margin: 0 auto; padding: 60px 10px; text-align: left; }

/* Border Radius */
input, textarea, #nav li, #nav .box .wrap, #sidebar .box .wrap, .header, #content .article, #content #slider .nivo-directionNav a, .img-left, .img-right {
	-moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
#content .article .text {
	-moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -khtml-border-topright-radius: 0px;	
	-moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottomright-radius: 0px; }
#sidebar .box .inner input[type="text"] {
	-moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -khtml-border-topleft-radius: 0px;
	-moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -khtml-border-bottomleft-radius: 0px; }
	
/* define logo's position */
#logo { margin: 0 0 40px 165px; }
#logo h1 { background: none; filter: none; color: #505050; padding: 0 !important; height: auto !important; }

/* navigation */
#nav { position: absolute; float: left; width: 150px; font-weight: bold; font-size: 90%; overflow: visible; *position: relative; }
.fixed #nav { position: static; }
#nav ul { float: right; width: 10px; margin-bottom: 0; text-align: right; *width: auto; }
#nav li { float: right; margin-bottom: 5px; *min-width: 50%; }
#nav li, #nav .box .wrap, #sidebar .box .wrap, input[type="submit"], #content #slider .nivo-directionNav a {	display: inline-block;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff',endColorstr='#eeeeee');
	border: 1px solid #eaeaea; border-bottom-color: #c7c7c7; }
#nav li:hover, #nav .box .wrap:hover, #sidebar .box .wrap:hover, input[type="submit"]:hover, #content #slider .nivo-directionNav a:hover {
	background: #eee;
	background: -moz-linear-gradient(top, #f9f9f9, #e8e8e8);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e8e8e8));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f9f9f9',endColorstr='#e8e8e8'); }
#nav li a { display: block; padding: 7px 10px; text-decoration: none; text-transform: uppercase; color: #000000; white-space: nowrap; }
#nav li a:hover, #nav li.current-menu-item > a, #nav li.current-menu-parent > a, #nav li.current-menu-parent ul li a:hover, nav li.current-menu-item ul li a:hover { color: #939393; }
#nav li ul { float: none; display: none; width: auto; margin-bottom: 5px; padding-top: 2px; border-top: 1px solid #e8e9e9; }
#nav li.current-menu-parent ul, #nav li.current-menu-item ul { display: block; }
#nav li ul li { display: block; float: none; margin: 0; border: none; background: transparent; filter: none; }
#nav li ul li:hover { background: transparent; filter: none; }
#nav li ul li a { padding: 3px 10px 2px 10px; font-weight: normal; text-transform: none; }
#nav li.current-menu-parent ul li a { color: #000; }
#nav li.current-menu-parent ul li.current-menu-item a { color: #000; }
#nav li ul ul { display: none !important; }
#nav div { clear: both; }

#nav .box { font-weight: bold; margin-bottom: 5px; text-align: right; }
#nav .box .inner { display: none; width: 148px; overflow: hidden; }
#nav .box .inner ul { width: auto; margin-bottom: 5px; padding-top: 2px; border-top: 1px solid #e8e9e9; }
#nav .box .inner ul li { margin: 0; border: none; background: transparent; filter: none; }
#nav .box .inner ul li a { display: block; padding: 3px 10px 2px 10px; font-weight: normal; text-decoration: none; color: #000000; text-transform: none; }
#nav .box .inner ul li a:hover { color: #939393; }

/* The content-area */
#content { margin: 0 285px 0 165px; }
#content ul { list-style-image: url(images/icon_arrow.png); }
#content ul, #content ol { list-style-position: inside; margin-top: 3px; }
#content li { padding: 4px 0 2px 0; border-bottom: 1px solid #e8e9e9; }
#content li.first { border-top: 1px solid #e8e9e9; }
#content li li.last { border-bottom: none; }
#content li li { padding-left: 20px; }
/* The overview-page */
#content .article { height: 350px; margin-bottom: 15px; border: 4px solid #233519; border-bottom-color: #233519; overflow: hidden; }
#content .article h2 { font-weight: bold; margin: 0; font-size: 150%; border-bottom: none; }
#content .article h2 a { color: #000; }
#content .article h2 a:hover { color: #6b1d35; text-decoration: none; }
#content .article p { margin: 0; font-size: 100%; color: #233519; }
#content .article .shadow { position: relative; float: right; background: url(images/shadow.png) no-repeat 0 0; margin-left: -12px; }
#content .article .shadow.text-shadow { z-index: 300; }
#content .article .shadow.info-shadow { width: 0px; z-index: 200; margin-left: -20px; }
#content .article .text, #content .article .info { height: 320px; margin-left: 12px; }
#content .article .text { color: #233519; width: 210px; background: #b2ce40 url(images/cyan/article-bg.png) repeat-x left top; padding: 15px; }
#content .article .info { width: 150px; height: 310px; background: #e8e9e9 url(images/info-bg.png) repeat-x left top; filter: none; color: #505050; padding: 40px 5px 0 0; margin-left: 0; font-size: 90%; }
#content .article .info .inner { padding: 10px; border-bottom: 1px solid #dfdfdf; }
#content .article .info .inner.tags { border-bottom: none; }
#content .article .img { margin-bottom: 0; height: 350px; overflow: hidden; }
#content .article .img .border { position: absolute; z-index: 701; top: 0; left: 0; height: 350px; width: 5px; background: url(images/border.png) no-repeat 0 0; }
#content .article .img .overlay { height: 350px; }
#content .article .text a { color: #233519; }
#content .article .img a { position: absolute; z-index: 700; }
#content .navigation .nav-prev { float: left; }
#content .navigation .nav-next { float: right; }

/* Slider */
#content #slider .slide { height: 350px !important; }
.nivoSlider { width: 100% !important; }
.nivoSlider img { position: absolute; top: 0; left: 0; }
.nivo-slice { display: block; z-index: 50; height: 100%; }
.nivo-directionNav a { position: absolute; top: 155px; width: 32px; height: 32px; opacity: 0.8; cursor: pointer; }
.nivo-directionNav a:hover { opacity: 1; }
.nivo-directionNav a img { padding: 12px 13px; }
.nivo-prevNav { left: 20px; }
.nivo-nextNav { right: 20px; }
.nivo-controlNav { float: right; padding: 5px 10px; }
.nivo-controlNav a { display: inline-block; width: 13px; height: 13px; background: url(images/sprite.png) no-repeat -34px -74px; cursor: pointer; }
.nivo-controlNav a.active { background-position: -47px -74px; }

/* specify sidebar */
#sidebar {
	position: absolute;
	right: 82px;
	width: 119px;
	margin-left: 15px;
	white-space: nowrap;
}
.fixed #sidebar { top: auto !important; }
#sidebar form { margin: 0; padding-bottom: 0; }
#sidebar .box { font-weight: bold; font-size: 110%; margin-bottom: 5px; }
.box h2 { color: #505050; }
.box h2, #sidebar .box input[type="submit"] { font-size: 100%; padding: 7px 10px; margin: 0; text-decoration: none; text-transform: uppercase; border: none; cursor: pointer; }
.box:hover h2 { color: #939393; }
#sidebar .box .inner { display: none; width: 180px; overflow: hidden; }
#sidebar .box.open .wrap, #sidebar .box.open .inner { display: block; }
#sidebar .box .inner ul { margin-bottom: 5px; padding-top: 2px; border-top: 1px solid #e8e9e9; }
#sidebar .box .inner ul li { margin: 0; border: none; background: transparent; filter: none; }
#sidebar .box .inner ul li a { display: block; padding: 3px 10px 2px 10px; font-weight: normal; text-decoration: none; color: #000; }
#sidebar .box .inner ul li a:hover { color: #939393; }
#sidebar .box.search .wrap { padding-left: 1px; border: none; background: none; filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff',endColorstr='#ffffff'); }
#sidebar .box input[type="submit"] { border: 1px solid #e8e9e9; border-bottom-color: #e8e9e9; padding: 6px 10px; *padding: 5px 2px; margin-left: -1px; }
#sidebar .box.search .inner { float: left; width: 0; overflow: hidden; }
#sidebar .box .inner input[type="text"] { width: 85px; border: 1px solid #e8e9e9; background: #fff; margin: 0; padding: 2px 12px; font-size: 100%; color: #999; *margin-top: -1px; }
#sidebar .box .inner .searchfield.active { color: #333; }
.box .inner #wp-calendar { margin-top: -10px; }
.box .inner #wp-calendar caption { margin-bottom: 3px; }
.box .inner #wp-calendar tr { background: none; }
.box .inner #wp-calendar td { font-size: 90%; font-weight: normal; }
.box .inner #wp-calendar a { font-weight: bold; }
.box .inner #wp-calendar #prev { background: url(images/icon_arrow-left.gif) no-repeat 10px 5px; }
.box .inner #wp-calendar #next { background: url(images/icon_arrow.gif) no-repeat 55px 5px; }
.box .inner div { padding: 10px; white-space: normal; text-align: center; }
.box .inner div a { display: inline-block; text-decoration: none; color: #505050 }
.box .inner div a:hover { color: #939393; }
.box .inner .contact { text-align: left; font-weight: normal; padding: 0; margin-top: -10px; }
.box .inner #recentcomments { padding: 0 10px; white-space: normal; }

/* Follow */
.follow { margin: -10px; padding: 0 !important; }
.follow ul { padding-left: 5px; }
.follow ul li { position: relative; z-index: 100; float: left; width: 24px; background: url(images/sprite.png) no-repeat 0 0 !important; margin: 3px 0 5px 5px !important; }
.follow ul li.rss { background-position: 0 -48px !important; }
.follow ul li.facebook { background-position: 0 0 !important; }
.follow ul li.twitter { background-position: 0 -24px !important; }
.follow li .overlay { height: 32px; background: #fff; padding: 0 !important; }
.follow ul li a { height: 19px; }

/* Comments */
#comments li { list-style: none; margin: 20px 0; }
#comments .says { display: none; }
#comments .avatar { float: left; margin-right: 10px; border: 1px solid #e8e9e9; padding: 3px; background: #fff; }
#comments cite { font-size: 150%; }
#comments .comment-meta { font-size: 90%; margin-bottom: 30px; }
#comments .reply { text-align: right; padding: 0 10px 3px 0; }
#comments input[type="text"], #comments textarea { width: auto; margin: 0; }
#comments label { padding: 10px 0 3px 5px; margin: 0; }
#comments input[type="text"] { width: 400px; }
#comments .button { float: none; text-align: left; }
#comments .commentlist ul { margin-bottom: 0; }
#comments .commentlist ul li { list-style: none !important; margin: 0 0 0 30px; padding: 10px 0 0; border-top: 1px solid #e8e9e9; border-bottom: none; }
#comments .commentlist textarea { width: 80%; } 

/* Searchform */
#searchform input[type="text"] { width: 600px; margin-left: 0; color: #999; }
#searchform .searchfield.active { color: #333; }

/* IE Hacks */
#sidebar .box .inner input[type="text"] { padding-top: 6px\9 }
#sidebar .box .inner input[type="text"] { height: 22px\9 }

/* IE 6 & 7 Hacks */
.header .info .inner { *float: left; }
#content .article .shadow.info-shadow { *padding-left: 20px !important; *background-position: 8px 0; }
#sidebar .box .wrap { *display: inline !important; }
#center-page { _width: 690px; }

/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.header .inner-shadow { background-position: 0 34px; }
	#sidebar .box.search { margin-bottom: 3px; }
	#sidebar .box input[type="submit"] { margin-left: -1px; }
	#comments .button { font-size: 80%; } 
	#respond p { font-size: 80%; }
}
