body{
	background-color: #4D4D4D;
	
}

p {padding: 0px;}


.linea_1{
	background-color: #4D4D4D;
	width:100%;
	height: 2px;
}

.linea_2{
	background-color: #7fac34;
	width:100%;
	height: 2px;
}



.transparente {filter:alpha(opacity=50); -moz-opacity:0.5}




.texto_cabecera{
	font-size: 18px;
	color: #d0d0d0;
	vertical-align: middle;
}

.titulo_tira{
	color: #7fac34;
	font-family: sans-serif, Arial; 
 	font-size:20px;
}
.texto_tira{
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin: 20px 10px 20px 10px;
	font-family: serif, Arial; 
}



#tabla_horario{
  border: 1px solid;
}        

.titulos {
  font-family: sans-serif, Arial; 
  color:#7fac34; 
  font-size:30px;
}
.subtitulos {
  font-family: Tahoma, sans-serif, Arial; 
  color:#292929; 
  font-size:18px; 
  padding-left:90px;
  font-style: italic;
}                                       

.novedad {
	width: 80%;
	padding: 5px;
	margin: 15px 0px 15px 15px;
	position: relative;
	height: 90px;

	
}

.imagen_novedad{
	position:absolute;
	width:30%;
	height: 100%;
	left:0%;
	top: 30%;
}

.texto_novedad{
	font-family: serif, Arial; 
	font-size: 14px;
	text-align: left;
	
	position:absolute;
	width:80%;
	height: 100%;
	left:30%;
	
	
}



.titulo_actualidad {
  font-family:  sans-serif, Arial; 
  font-size:30px; 
  padding-left:0px;
  font-style: italic;
}

.texto_actualidad{
	font-family: serif, Arial; 
	font-size: 17px;
	text-align: justify;
	width:90%;
	
}

#tabla_trabaja{
	padding: 10px 10px 10px 10px;
	
}

.texto_tabla_trabaja{
	display: table-cell;
    vertical-align: middle;
    padding: 3px;
    width: 90px;
    color: #404040  ;
    text-align: left;
    font-style: italic;
    font-weight: bold;
}

.input_text_trabaja{
	border-width: 1px;
	border-color: #000000;
	padding: 4px;
	font-size: 16px;
	font-style: italic;
	width: 250px;
	
}

.input_textarea_trabaja{
	border-width: 1px;
	border-color: #000000;
	padding: 4px;
	font-size: 16px;
	font-style: italic;
}

/* Pantallas con ancho menor de 768px */
@media screen and (max-device-width : 768px) {
    
    #global     {
            width:100% ; 
            margin:4px auto;
            font-family: tahoma; 
            border:0pxsolid;
    }

    #cabecera   {
            width:100%;
    }
    
    #logo{
        width: 70%;        
    }

    #cabecera_izq   {
            
            background-color: #202020;
            padding: 0px 0px 0px 0px;
            text-align: center;
    }

    #cabecera_der   {
            background-color: #202020;
            text-align: right;
    }
    
    
    #menu   {
            background-color: #000000;
            width:100%;
            height: 60px;
    }

    #slide   {
            display: none;
            background-color: #202020;
            width:100%;
            height: 338px;
    }
    
    #slide_sf{
        
    }

    #tira_fotos   {
            display: none;
    }
    
    #tira_fotos1{
            display: none;
    }
    #tira_fotos2{
            display: none;
    }
    #tira_fotos3{
            display: none;
    }
    
    #cuerpo   {
	position:relative;
	background-color: #FFFFFF;
	width:100%;
    }
    #cuerpo1   {
            text-align: center;
            height:400px;
            background-color: black;
            padding-top: 15px;
    }

    #pie {
            background-color: black  ;
            width:100%;
            height: 80px;
            text-align: center;
            padding: 10px 0px 0px 0px;
    }
    
    .texto_pie{
	font-size: 12px;
	color: #c0c0c0;
	font-style: italic;
	font-weight: bold;	
    }
    
    #trayectoria   {
	position:relative;
	background-color: #F3F2EC ;
	width:95%;
	background-repeat:no-repeat;
        padding: 10px;
        text-align: justify;
    }
    #txt {
	width: 100%;
	margin: auto;
	padding-bottom:50px;
	overflow: visible;
	font-size: 14px;
	font-family: serif, Arial;

    }
    
    .interiores{
	position:relative;
	background-color: #F3F2EC ;
	width:95%;
        padding:10px;
   
    }

    .cuerpo_interiores{
            position:relative;
            font-size: 14px;
            color: #000000;
            text-align: justify;
            font-family: serif, Arial;
            width:95%;  
    }
    
    .contenedor {
        display: table;
        font-family: serif, Arial; 
	font-size: 14px;
    }

    .contenidos {
        display: table-row;
    }

    .columna1 {
        display: table-cell;
        vertical-align: middle;
        padding: 3px;
        width: 210px;
        text-align: left;
        font-weight: bold;
    }

    .columna2{
        display: table-cell;
        vertical-align: middle;
        padding: 3px;
        width: 90px;
        color: #404040  ;
        text-align: left;
        font-style: italic;

    }

    .columna3 {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
        width: 350px;
        color: #404040  ;
        text-align: center;
        font-style: italic;

    }
}

/* Pantallas con ancho mayor de 768px */
@media screen and (min-device-width : 769px) {

    #global     {
            width:940px ; 
            margin:4px auto;
            font-family: tahoma; 
            border:0pxsolid;
    }
    
    #logo{
        height: 70%;
        
    }

    #cabecera   {

            width:100%;
            height: 150px;
            position:relative;

    }

    #cabecera_izq   {
            position:absolute;
            background-color: #202020;
            width:50%;
            height: 100%;
            left:0%;
            padding: 0px 0px 0px 0px;
            text-align: center;

    }

    #cabecera_der   {
            position:absolute;
            background-color: #202020;
            width:50%;
            height: 80%;
            left:50%;
            text-align: right;
            padding-top: 80px;
            z-index: -99;
    }
    

    #menu   {
            background-color: #000000;
            width:100%;
            height: 40px;
    }

    #slide   {
            background-color: #202020;
            width:100%;
            height: 338px;
    }
    
    #slide_sf{
        display:none;
    }

    #tira_fotos   {
            position:relative;
            background-color: #F3F2EC ;
            width:100%;
            height: 460px;
    }


    #tira_fotos1{
            position:absolute;
            width:33%;
            height: 100%;
            left:1px;
            text-align: center;
            margin: 30px 10px 20px 10px;
    }
    #tira_fotos2{
            position:absolute;
            width:33%;
            height: 100%;
            left:33%;
            text-align: center;
            margin: 30px 10px 20px 10px;
    }
    #tira_fotos3{
            position:absolute;
            width:33%;
            height: 100%;
            left:66%;
            text-align: center;
            margin: 30px 10px 20px 10px;
    }
    
    #cuerpo   {
	position:relative;
	background-color: #FFFFFF;
	width:100%;
	min-height: 500px;
    }
    #cuerpo1   {
            position:absolute;
            width:50%;
            height: 100%;
            left:0%;
            text-align: center;
            margin: 30px 10px 20px 10px;
    }

    #cuerpo2   {
            position:absolute;
            width:50%;
            height: 100%;
            left:50%;
            text-align: center;
            margin: 30px 10px 20px 10px;
    }

    #pie {
            background-color: #D0D0D0  ;
            width:100%;
            height: 60px;
            text-align: center;
            padding: 1px 0px 0px 0px;
    }
    .texto_pie{
	font-size: 12px;
	color: #202020;
	font-style: italic;
	font-weight: bold;	
    }
    
    #trayectoria   {
	position:relative;
	background-color: #F3F2EC ;
	width:95%;
	height: 800px;
	padding: 20px 15px 0px 32px ;
	background-image:url(../imagenes/marta-fondo2.png); 
	/* background-attachment: background-position:top;  */
	background-repeat:no-repeat;
    }
    #txt {
	WIDTH: 540px;
	margin: auto;
	padding-left:5px;
	padding-bottom:50px;
	overflow: visible;
	float: left;
	font-size: 17px;
	font-family: serif, Arial;

    }
    .interiores{
	position:relative;
	background-color: #F3F2EC ;
	width:95%;
	height: 1200px;
  	padding: 20px 15px 0px 32px ;
   
    }

    .cuerpo_interiores{
            position:relative;
            font-size: 17px;
            color: #000000;
            text-align: left;
            margin: 20px 10px 20px 10px;
            font-family: serif, Arial;
            width:95%;  
    }
    .contenedor {
        display: table;
        font-family: serif, Arial; 
	font-size: 16px;
	margin: 10px 10px 10px 40px;
    }

    .contenidos {
        display: table-row;
    }

    .columna1 {
        display: table-cell;
        vertical-align: middle;
        padding: 3px;
        width: 210px;
        text-align: left;
        font-weight: bold;
    }

    .columna2{
        display: table-cell;
        vertical-align: middle;
        padding: 3px;
        width: 90px;
        color: #404040  ;
        text-align: left;
        font-style: italic;

    }

    .columna3 {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
        width: 350px;
        color: #404040  ;
        text-align: center;
        font-style: italic;

    }
}