/* ------------------------------------------------------------
Ultima Actualización: 21 octubre 2009
Autor: julio Gardugno 
------------------------------------------------------------- */


/* ------------------------------------------------------------
	Reset para cross-browsing
------------------------------------------------------------- */

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;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------------------------------------------------
	Estilos generales
------------------------------------------------------------- */


body {
	background: #fff url(images/bg-body.jpg) repeat-x scroll top center;
	font: normal 0.83em Arial, Helvetica, sans-serif ;
	color: #333;
}
a {
	border: 0;
	color: #8655BF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: normal;
}
h3{
	font-size: 20px;
	padding: 0 0 10px 0;
}
img {
	vertical-align: middle;
}
a img{
	border: none;
}

a img{
	opacity:1.0;
	filter:alpha(opacity=100);
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}
p{
	line-height: 150%;
	color: #555;
	text-align: justify;
	background: url(images/bk_txt.png);
	
}

input, textarea, select{
	border: none;
	background: #eee;
	color: #555;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 3px;
}
label{
	font-size: 90%;
	margin-bottom: 2px;
}
label small{
	font-size: 80%;
	margin-bottom: 2px;
}
/* ------------------------------------------------------------
	Estilos generales
------------------------------------------------------------- */


/* ------------------------------------------------------------
	Maqueta Principal
------------------------------------------------------------- */

.wrapper{
	width: 942px;
	margin: 0 auto;
}

.header{
	width: 100%;
	height: 130px;
}
.logo{
	width: 320px;
	height: 115px;
	float: left;
	padding: 20px 0 0 20px;
	background:url(images/logo2.jpg) center no-repeat;
}



.search-box{
	width: 280px;
	height: 35px;
	float: right;
	padding: 6px 0 0 0;
	overflow: hidden;
	background: url(images/bg-search.jpg) top center no-repeat;
}


form.search{
	width: 170px;
	height: 22px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 40px;
}
form.search input{
	border: none;
	background: none;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	width: 125px;
	padding: 3px 0 0 3px;
}
form.search input.go{
	color: #8655BF;
	font-size: 11px;
	width: auto;
	cursor: pointer;
}
.search-box a{
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 0 0 3px;
	line-height: 18px;
}

/* ::::::::::: MENÚ ::::::::::: */
.menu-bar,
.menu-bar-eng{
	width: 590px;
	height: 30px;
	float: right;
	padding: 35px 0 0 0;
}

.menu-bar li, .menu-bar-eng li{
	display: inline;
	float: left;
}

.menu-bar li a, .menu-bar-eng li a{
	width: 50px;
	height: 32px;
	background: url(images/bg-menu.jpg) 0 0 no-repeat #ccc;
	display: block;
	text-indent: -8000px;
}
.menu-bar-eng li a{
	background: url(images/en_menu_myt.jpg) 0 0 no-repeat #ccc;
}
.menu-bar li a.quienes, .menu-bar-eng li a.quienes{
	width: 152px;
	background-position: -20px -5px;
}
.menu-bar li a.quienes:hover, .menu-bar-eng li a.quienes:hover{
	background-position: -20px -55px;
}

.menu-bar li a.servicios, .menu-bar-eng li a.servicios{
	width: 110px;
	background-position: -170px -5px;
}
.menu-bar li a.servicios:hover, .menu-bar-eng li a.servicios:hover{
	background-position: -170px -55px;
}

.menu-bar li a.articulos, .menu-bar-eng li a.articulos{
	width: 112px;
	background-position: -280px -5px;
}
.menu-bar li a.articulos:hover, .menu-bar-eng li a.articulos:hover{
	background-position: -280px -55px;
}

.menu-bar li a.clientes, .menu-bar-eng li a.clientes{
	width: 100px;
	background-position: -392px -5px;
}
.menu-bar li a.clientes:hover, .menu-bar-eng li a.clientes:hover{
	background-position: -392px -55px;
}

.menu-bar li a.contacto, .menu-bar-eng li a.contacto{
	width: 106px;
	background-position: -493px -5px;
}
.menu-bar li a.contacto:hover, .menu-bar-eng li a.contacto:hover{
	background-position: -493px -55px;
}
/* ::::::::::: MENÚ ::::::::::: */


.content{
	width: 900px;
	border: 1px solid #ccc;
	background: #fff;
	height: auto!important; /* para los browsers buenos */
	height: 600px; /* para IE5+ */
	min-height: 600px; /* para los browsers buenos */
	padding: 20px;
	float: left;
}

.eyecatcher{
	width: 900px;
	height: 280px;
}


.footer{
	width: 942px;
	background: #eee;
	float: left;
	background: url(images/bg_images_footer.jpg);
}

.gray, .credits{
	width: 902px;
	font-size: 13px;
	height: auto;
	color: #777;
	padding: 20px;	
	/*background: url(images/bg-footer.jpg) top center repeat-x #ccc;*/
	float: left;
}

.gray p{
	color: #555;
}
.gray p span, .gray p a{
	color: #8655BF;
}

.credits{
	/*background: url(images/bg-credits.jpg) top center repeat-x #7F4CB2;*/
	color: #fff;
	font-size: 11px;
}
.credits a{
	color: #D1BEED;
}
.credits p{
	color: #fff;
}
.credits .alcance{
	float: left;
	width: 650px;
}
.credits .gamol{
	float: right;
	width: 200px;
}
.alcance a.dyn{
	font-size: 1.2em;
}

/* ------------------------------------------------------------
	Maqueta Principal
------------------------------------------------------------- */



/* ------------------------------------------------------------
	Home
------------------------------------------------------------- */

.columna, .columna3{
	width: 269px;
	border-right: 1px solid #ccc;
	float: left;
	padding:0 15px 15px;
	margin-top: 30px;
}

.columna3{
	border: none;
}

.services-list, .breadcrumb-list{
	list-style: none;
}

.services-list li, .breadcrumb-list li{
	padding: 10px 0;
	border-bottom:  1px solid #ccc;
	float: left;
	width: 100%;
	
}
.services-list li a, .breadcrumb-list li a{
	color: #333;
	background: url(images/bullet.jpg) 1px 1px no-repeat;
	padding: 0 0 0 12px; 
}
.services-list li a:hover, .breadcrumb-list li a:hover{
	background-position: 0 -19px;
}

.services-list li a:hover, .breadcrumb-list li a:hover{
	color: #8655BF;
}
.cont-btn{
	width: 100%;
	text-align: right;
	float: left;
}

.news-home-item{
	width: 100%;
	float: left;
	height:auto;
	overflow:hidden;
	margin:5px 0;
}
.news-home-item p{
	text-align: left;
	font-size:11px;
	line-height:14px;
}	
.news-home-item h3{
	width: 100%;
}
.news-home-item h3 a, .columna h3 a, .columna3 h3{
	color: #8655BF;
}

.news-home-item h3 a:hover,.columna h3 a:hover{
	color: #8655BF;
	text-decoration: none;
}
.thumb-item{
	width: 80px;
	float: left;
}
.news-info{
	width:95%;
	float: right;
	padding:0 0 0 5%;
}
.news-info h4{
	font-size: 14px;
	color: #8655BF;
	padding-bottom: 5px;
}
p.date{
	color: #8E849B;
	font-size: 11px;
}	
p.summary{
	text-align: left;
	font-size:11px;
	line-height:14px;
}					

.news-info .cont-btn a{
	font-size: 11px;
	color: #999;
}
.news-info .cont-btn a:hover{
	color: #8655BF;
}

.video{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #ddd;
	margin-bottom: 10px;
}
/* ------------------------------------------------------------
	Home
------------------------------------------------------------- */



/* ------------------------------------------------------------
	Sidebar
------------------------------------------------------------- */

.sidebar{
	width: 180px;
	float: left;
}
.breadcrumb{
	float: left;
	width: 160px;
	padding: 10px 10px 20px 10px;
	background: #eaeaea;
}

.breadcrumb h4{
	color: #8655BF;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 0 10px 0;
}

.breadcrumb-list li a{
	color: #666;
	background: url(images/bullet3.jpg) 0 0 no-repeat;
	padding: 0 0 0 12px;
	float: left;
	width: 145px;
}
.breadcrumb-list li a:hover{
	background-position: 0 -69px;
}

.banner-item{
	width: 180px;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 15px 0;
}


/* ------------------------------------------------------------
	Sidebar
------------------------------------------------------------- */




/* ------------------------------------------------------------
	Content-right
------------------------------------------------------------- */
.content-right{
	width: 700px;
	float: right;
	padding: 0 0 20px 0;
}
.full-content{
	float: left;
	width: 100%;
}
.sub-header{
	width: 100%;
	float: left;
	border-bottom: 1px solid #8655BF;
	padding: 0 0 5px 0;
	margin-bottom: 30px;
}
.sub-header h2{
	font-size: 22px;
	float: left;
	width: 560px;
}
.sub-header p{
	width: 130px;
	float: right;
	padding: 7px 0 0 0;
	text-align: right;
	
}

.left-side{
	width: 160px;
	float: left;
}

.right-side{
	float: right;
	width: 525px;
}

.thumb-article{
	float: left;
	padding: 0 0 10px 0;
}
.side-gallery, .article-tools, .tools{
	float: left;
	width: 100%;
	padding: 5px 0;
}

.gallery-thumbs{
	width: 100%;
	float: left;
	padding: 5px 0;
}

.gallery-thumbs li{
	display: inline;
	float: left;
	width: 50px;
	height: 30px;
	overflow: hidden;
	padding: 0 3px 0 0;
	margin-bottom: 3px; 
}

.tools{
	padding: 0;
}
.tools li {
	font-size: 11px;
	padding: 5px 0;
}
.tools li a{
	background: url(images/tools-purple.jpg) 0 0 no-repeat;
	padding: 2px 0 2px 20px;
	color: #666;
	text-decoration:none;
	cursor:pointer;
	
}

.tools li a:hover{
	text-decoration:underline;
}

.tools li a.print{ background-position: 0 0;}
.tools li a.send{ background-position: 0 -30px; }
.tools li a.downloads{ background-position: 0 -60px;}

.tools li a.comment-this{ background-position: 0 -85px;}

.tools li a.print:hover{ 
	text-decoration:underline;
}


.tools li ul{
	padding: 5px 0 0 10px;
}

.tools li ul li a{
	background:  url(images/bullet.jpg) no-repeat scroll 10px -15px;
	color: #666;
}
.tools li ul li a:hover{
	background-position: 10px 3px;
}
/* ------------------------------------------------------------
	Content-right
------------------------------------------------------------- */


/* ------------------------------------------------------------
	Article List
------------------------------------------------------------- */
.list-item {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.list-item .sub-header{
	width: 100%;
	float: left;
	border-bottom: none;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

.list-item .sub-header h2{
	font-size: 18px;
	float: left;
	width: 560px;
}
.list-item .sub-header h2 a{
	color: #333;
}
.list-item .sub-header h2 a:hover{
	color: #8655BF;	
	text-decoration: none;
}
.list-item .sub-header p{
	width: 130px;
	float: right;
	padding: 7px 0 0 0;
	text-align: right;
}
.article-source{
	width: 50%;
	float: left;
	padding-bottom: 10px;
}
p.author, p.source{
	float: left;
	padding-right: 15px;
	font-size: 11px;
}
.article-source p span{
	font-weight: bold;
}
.article-source_b{
	width: 50%;
	float: left;
	padding-bottom: 10px;
	text-align:right;
}
p.author_b, p.source_b{
	float: left;
	font-size: 11px;
	width:100%;
	text-align:right;
}
.article-source_b p span{
	font-weight: bold;
}
.list-thumb{
	width: 160px;
	float: left;
}
.list-info{
	float:right;
	width:525px;
}
.list-info p{
	
}

.list-info .cont-btn{
	width: 95%;
	padding-right: 5%;
}

.list-info .cont-btn a{
	font-size: 11px;
}

.nextlinks, .notfound{
	width: 100%;
	float: left;
	padding: 20px 0;
}
.nextlinks a.prev{
	float: left;
}
.nextlinks a.next{
	float: right;
}

.notfound h2{
	font-size: 18px;
	font-style: italic;
	color: #777; 
}
.notfound a{
	text-transform: uppercase;
	font-size: 10px;
}
/* ------------------------------------------------------------
	Article List
------------------------------------------------------------- */


/* ------------------------------------------------------------
	Formulario Genérico
------------------------------------------------------------- */

.generic-form{
	padding: 30px 0 0 50px;
	width: 600px;
	float: left;
}
.generic-form h3{
	float: left;
	width: 100%;
	padding: 10px 0;
}
.field-row, .field-row-full{
	width: 45%;
	float: left;
	padding: 3px 0;
	padding-right: 3%;
}
.field-row-full{
	width: 90%;
}

.field-row label, .field-row-full label{
	width: 100%;
	float: left;
	margin-bottom: 3px;
}

.field-row label span, .field-row-full label span{
	color: #CC99FF;
	font-size: 15px;
}

.field-row input, .field-row textarea, .field-row select,
.field-row-full input, .field-row-full textarea, .field-row-full select {
	width: 80%;
	float: left;
}
.field-row textarea,
.field-row-full textarea{
	height: 140px;
}
input.btn{
	background: #7F4CB2 url(images/btn-submit-2.jpg) no-repeat scroll center center;
	width: 92px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	border: none;
	padding: 5px 5px 9px 5px;
}

/* ------------------------------------------------------------
	Formulario Genérico
----------------------------------------------------------*/



/* ------------------------------------------------------------
	Comentarios en Artículo
----------------------------------------------------------*/


.article-cont, .comments-form, .comments-list{
	float: left;
	margin-bottom: 25px;
	
	width: 100%;
}

.comments-form form{
	
}

.right-side h4{
	color: #444;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 15px 0;
}

.comments-form form{
	width: 500px;
	padding: 11px;
	background: #fff;	
	border: 1px solid #ccc;
}

.comments-form form div.comment-field,
.comments-form form div.comment-field-full{
	width: 50%;
	margin-bottom: 10px;
	float: left;
}
.comments-form form div.comment-field-full{
	width: 100%;
}
.comment-field-full p{
	font-size: 85%;
}


.comments-form form input,
.comments-form form textarea{
	width: 90%;
}
.comments-form form textarea{
	height: 75px;
}
.comments-form form div.comment-field-full textarea{
	width: 98%;
}
.comments-form form input.btn{
	width: 92px;
}
.comments-form form div.comment-field label{
	width: 80%;
	float: left;
}

.right-side h5{
	color: #8655BF;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
}

.comment-item{
	width: 100%;
	float: left;
	border-bottom: 1px dotted #aaa;
	padding: 15px 0;
}
.comment-item h5{
	background: url(images/bullet-comment.jpg) 0 0 no-repeat;
	padding: 0 0 0 25px;
	color: #777;
	font-size: 110%;
}
.comment-item span.quote{
	font-size: 150%;
	color: #888;
}
.comment-item p{
	padding: 5px 0;
}
/* ------------------------------------------------------------
	Comentarios en Artículo
----------------------------------------------------------*/


/*	-------------------------------------------------------------
	SLIDER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	
#slider{
	background:url(images/backeye.jpg) #ffffff;
	border:1px solid #ccc;
}	

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider li{ 
	width:900px;
	height:260px;
	overflow:hidden; 
}	
	
#prevBtn, #nextBtn{ 
	display:block;
	float:left;
	text-indent:-8000px
}	

#slider li h1{
	width:350px;
	font-size:26px;
	font-style:italic;
	padding:30px 25px 0 25px;
}

#slider li p{
	color: #777;
	font-size: 16px;
	width: 350px;
	padding: 10px 0 10px 25px;
	text-align:left;
}

#slider li a{
	padding: 10px 0 0 25px;
	font-weight: bold;
	color:#8655BF;
	cursor:pointer;
}

#slider li img{
	float:right;
}*/
/*	-------------------------------------------------------------
	EYECATCHER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.contenedor_ec {
width : 900px;
text-align : left;
font-family:Arial;
}
div#top div#nav {
float : left;
clear : both;
width : 900px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 700px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#home_eyecatcher {
	/*margin : -1px 0 0;*/
}
div#video-home_eyecatcher {
height : 683px;
margin : -1px 0 0;
}
div#home_eyecatcher .contenedor_ec {
height : 280px;
width:900px;
float:left;
}
div#home_eyecatcher div#slide-holder {
z-index : 40;
width : 900px;
height : 280px;
position : absolute;
}
div#home_eyecatcher div#slide-holder div#slide-runner {
width : 900px;
height : 280px;
overflow : hidden;
position : absolute;
}
div#home_eyecatcher div#slide-holder div#slide-runner a:link, a:visited {
text-decoration : none;
}
div#home_eyecatcher div#slide-holder div#slide-runner a img {
border : 0;
}
div#home_eyecatcher div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#home_eyecatcher div#slide-holder div#slide-controls {
left : 0;
/*bottom : 228px;*/
bottom : 0;
width : 900px;
height : 45px;
display : none;
position : absolute;
background : url(images/slide-bg.png) 0 0;
}
div#home_eyecatcher div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#home_eyecatcher div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
div#home_eyecatcher div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#home_eyecatcher div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#home_eyecatcher div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(images/silde-nav.png);
color:#fff;
}
div#nav ul li a {
background : url(images/nav.png) no-repeat;
}



#SLB-Wrapper {
  margin:0.5em 0;
  margin:auto;
  font-family:Verdana;
  text-align: left;
  position: absolute;
}

#SLB-Wrapper #SLB-Background{
  position: absolute;
  left:7px;
  top:7px;
  float:left;
}

#SLB-Wrapper #SLB-Top {
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}
#SLB-Wrapper #SLB-Top img {
  float:right;
  border:0px;
  margin:6px 10px;
}

#SLB-Wrapper #SLB-Top div {
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom {
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight {
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  position:relative;
  width:100%;
  float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav, #SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  height:52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav {
  background-position:0 100%;
}
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  background-position:100% 100%;
}

#SLB-Wrapper #SLB-Contenido {
  border-left: 7px solid #000;
  border-right: 7px solid #000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  float:left;
  width:100%;
}

#SLB-Wrapper #SLB-Navegador img{
  border:0px;
}

#SLB-Wrapper #SLB-Navegador strong{
  display: block;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btLeft{
  float: left;
  margin: 0 10px 0 0;
}
#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btRight{
  float: right;
  margin: 0 0 0 10px;
  position:relative;
  right:17px;
}


.img_container { height:120px; }
  .img_container ul {display:block;padding:0;margin:0;list-style:none;}
  .img_container ul li{float:left;width:100px;margin:10px;}
  .img_container ul li a img {
      width:93px;
      height:93px;
      border:1px solid #574331;
      padding:5px;
      background:#eee;
  }
  a.imageborder img{
      width:93px;
      height:93px;
      border:1px solid #574331;
      padding:5px;
      background:#eee;
      float:left;
      margin:0 10px;
  }
  .img_container ul li a:hover img, a.imageborder:hover img { background:#e8e8e8; border-color: darkred; }
  
  .eyecatcher_grl {
	position:relative;
}
.eyecatcher_txt {
	position:absolute;
	top:0;
	width:300px;
	height:220px;
	margin:0 0 0 590px;
	padding:0 5px 15px;
	background:url(images/box_eyecatcher.png);
}
.eyecatcher_grl .eyecatcher_txt h1{
	width:auto;
	font-size:20px;
	font-style:italic;
	padding:15px 5px 0;
	z-index:100;
	color: #8655BF;
	font-weight:bold;
}

.eyecatcher_grl .eyecatcher_txt p{
	color: #000;
	font-size: 12px;
	width: auto;
	padding:10px 5px;
	text-align:left;
}
.eyecatcher_grl .eyecatcher_txt .leermas{
	width:65px;
	height:auto;
	float:right;
	background:#8655BF;
	text-align:center;
	margin:0 5px 0 0;
	padding:5px;
}
.eyecatcher_grl .eyecatcher_txt .leermas a{
	color:#fff;
}

.bolsat{
	width:auto; height:auto; float:left;
	border-top:1px solid #999;
	margin-top:10px;
	padding-top:5px;
}
.field-row-sexo {
	width: 45%;
	float: left;
	padding: 10px 0;
}
.field-row-sexo label{
	width: 70px;
	float: left;
	clear:both;
	margin:5px 0;
}
.field-row-sexo input{
	width: 15px;
	float: left;
	margin:5px 0;
}
.field-row-sexo label span{
	color: #CC99FF;
	font-size: 15px;
}
/*	-------------------------------------------------------------
	EYECATCHER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.article_inde {
	width: 260px;
	height:auto;
	float:left;
	margin:0 0 10px 0;
}
.twitter-content {
	width: 260px;
	height:auto;
	float:left;
	padding:3px;
	background:#f2f2f2;
}
.twitter-content_inter {
	width:238px;
	height:500px;
	float:left;
	padding:10px;
	background:#fff;
	border:0 solid #d8d8d8;
	overflow:hidden;
}
.twitter-content_inter img{
	margin:0 0 15px 0;
}
.twitter-content_inter ul{
	width:100%;
	height:auto;
	float:left;
}
.twitter-content_inter ul li{
	width:100%;
	height:auto;
	float:left;
	margin:10px 0;
}




















