﻿body {
    width: 100%;
    height: 100%;
    color: #303330;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
}


#cabecera_container, #cuerpo_container
{
	width: 100%;
	margin-top: 0;
	display: block;
}
#cabecera
{
	height: 700px;
	width: 700px;
	margin: 0px auto 0px auto;
}
#main_container
{
	width: 700px;
	margin: 0px auto 0px auto;
}
	#main_container div
	{
	}
.titulo1
{
	margin-top:10px;
}
    .titulo1 h1 {
        color: #cb2b99;
        font-size: 28px;
        margin-bottom: 0px;
    }
.text1
{
	font-size: 20px;
	color: #212cfa;
}
.titulo2
{
	margin-top:20px;
}
    .titulo2 h2, h2 {
        color: #c00812;
        font-size: 22px;
        margin-bottom: 8px;
        margin-top: 40px;
    }
.text2
{
	font-size: 16px;

}
.twocolumn
{
	width: 100%;
	display: table;
}
.twocolumn_left
{
	display: block;
	float: left;
	width: 75%;
	text-align: justify;
}
.twocolumn_right
{
	display: block;
	float: right;
	width: 15%;
	text-align: justify;
}
.btn
{
	margin-top: 10px;
}
    .btn a {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0px 1px 3px #666666;
        -moz-box-shadow: 0px 1px 3px #666666;
        box-shadow: 0px 1px 3px #666666;
        font-family: Arial;
        color: #ffffff;
        font-size: 20px;
        padding: 10px 0px 10px 0px;
        border: solid #1f628d 1px;
        text-decoration: none;
        width: 100%;
        display: inline-block;
    }

        .btn a:hover {
            background: #cb2b99;
            background-image: -webkit-linear-gradient(top, #cb2b99, #cb2b99);
            background-image: -moz-linear-gradient(top, #cb2b99, #cb2b99);
            background-image: -ms-linear-gradient(top, #cb2b99, #cb2b99);
            background-image: -o-linear-gradient(top, #cb2b99, #2980b9);
            background-image: linear-gradient(to bottom, #cb2b99, #cb2b99);
            text-decoration: none;
        }
	.btn a span
	{
		padding-left: 15px;
		display: block;
		background-image: url('/ocg/img/btnaleft.png');
		background-position: right 15px center;
		background-repeat: no-repeat;

	}

	.new a span
	{
		background-image: url('/ocg/img/btnaleftnew.png');

	}