/* 
    Document   : estilo
    Created on : 14/08/2011, 03:50:14 PM
    Author     : Berenice
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

/* Estilo de los tabs */

.container {width: 85%;margin: 8px  }
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	width: 100%;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9');
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 0px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
}

ul.tabs li a:hover {
	background: #dddddd;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 0px solid #fff;
	border-left:1px solid #dddddd;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;

}
.tab_container {
	border: 0px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 15px;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	/*border: 1px solid #ddd;*/
	padding: 5px;
}

.tab_container label {
	text-decoration: none;
	color: #000;
	font-size: 12px;
        color: #333;
	border: 1px solid #fff;
	outline: none;
        font-family: Arial,sans-serif;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
        font-family: Arial,sans-serif;
}

.tab_container td {
	text-decoration: none;
	color: #000;
	font-size: 12px;
        color: #333;
	border: 1px solid #fff;
	outline: none;
        font-family: Arial,sans-serif;
}
/* Estilos PopUp */
.label_pop{
	text-decoration: none;
	color: #000;
	font-size: 12px;
        color: #333;
	border: 1px solid #fff;
	outline: none;
        font-family: Arial,sans-serif;

}

.divcontenedorform
{
    width: 100%;
    float: right;
    position:relative;
    margin-bottom:10px;
}

.div_derecho {
	/*color:#646464;*/
	color:black;
	float:left;
	height:50px;
	text-align:left;
	width:35%;
	font-size: 12px;
        font-weight: normal;
        margin-bottom:5px;
        line-height: 9px;
        margin-left:100px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        color: #2C2E92;
        
}

.div_izquierdo {
	/*color:#646464;*/
	color:black;
	float:left;
	height:50px;
	text-align:right;
	width:45%;
	font-family:Arial,sans-serif;
	font-size: 10px;
        font-weight: normal;
        margin-bottom:5px;
        line-height: 9px;
}

/* Estilo de la estrella*/
.div_progreso{
    margin-left:70px;
    margin-top:330px;
    position:absolute;
    z-index:50;
    
}

.estrella_progreso{
    width:70px;
}

.selected_word {
    background: url("../multimedia/img/header-bg.gif");
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    margin: 4px;
    padding: 3px 6px;
}

.small_button{
    background-color:#6A87B3;
    border: 2px solid #34578D;
    border-radius: 7px 7px 7px 7px;
    color: white;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
}

.medium_button{
    background-color:#6A87B3;
    border: 2px solid #6A87B3;
    border-radius: 7px 7px 7px 7px;
    color: white;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 50px;
    line-height: 18px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    width: 275px;
}


.button_continue{
    background-color:#6A87B3;
    border: 2px solid #34578D;    
    border-radius: 4px 4px 4px 4px;
    color: white;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    line-height: 18px;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
}

.link_action{
    text-decoration:none;
}

/*Estilo de la paginacion de assigmentes*/

#accordion{
	/* The unordered list that is to be split into pages */
	overflow:hidden;
        position:relative;

	/*	CSS3 inner shadow (the webkit one is commeted, because Google Chrome
		does not like rounded corners combined with inset shadows): */

	
	/*-webkit-box-shadow:0 0 10px #222 inset;*/
	
}

.swControls{
	position:absolute;
	margin-top:10px;
}

a.swShowPage{

	/* The links that initiate the page slide */

	background-color:#444444;
	float:left;
	height:15px;
	margin:4px 3px;
	text-indent:-9999px;
	width:15px;
	/*border:1px solid #ccc;*/

	/* CSS3 rounded corners */

	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

a.swShowPage:hover,
a.swShowPage.active{
	background-color:#2993dd;

	/*	CSS3 inner shadow */

	-moz-box-shadow:0 0 7px #1e435d inset;
	/*-webkit-box-shadow:0 0 7px #1e435d inset;*/
	box-shadow:0 0 7px #1e435d inset;
}



.divtituloform {
	/*color:#646464;*/
	color:black;
	float:left;
	height:15px;
	margin-left:10px;
	text-align:left;
	width:15%;
        font-weight: normal;
        margin-bottom:5px;
        line-height: 9px;
}

.divizqdos
{
    height:15px;
    width: 30%;
    float: left;
    text-align: left;
    margin-right: 5px;
    font-weight:normal;
}

.divcontenedorform
{
    width: 100%;
    float: left;
    position:relative;
    margin-bottom:10px;
}

.trash {
        width:90px;
        height:80px;
	color: white;
	background-color: SteelBlue;
        text-align:center;

}

.divizqdos2
{
    height:15px;
    width: 20%;
    float: left;
    text-align: left;
    margin-right: 0px;
    font-weight:normal;
    
}

.divizqdos3
{   display:inline-block;
    width: 100%;
    float: left;
    text-align: left;
    margin-right: 0px;
    font-weight:normal;

}

.divizqdosText
{
    height:15px;
    width: 5%;
    float: left;
    text-align: left;
    margin-right: 5px;
    font-weight:normal;
    
}

.parrafoReveal
{
    float: left;
    text-align: left;
    
}

.div_camera{
    float:right;
    padding:30px 15px 0 0

}